Lines Matching refs:null

68      * @return A Hashtable of AuthBlocks, one for each SPI, null if no
74 * @exception IllegalArgumentException If any of the parameters are null
81 if (spis == null) {
112 * @exception IllegalArgumentException If any of the parameters are null
146 * @exception IllegalArgumentException If authBlocks is null or empty.
167 * @exception IllegalArgumentException If authBlocks is null or empty.
196 * @exception IllegalArgumentException If any parameters are null, or
221 * @exception IllegalArgumentException If authBlocks is null or empty.
243 if (authBlocks == null) {
244 return "null";
261 * Returns the list of SPIs configured with this 'prop', or null
266 if (spiProp == null) {
267 return null;
293 if (myCert == null) {
298 if (ks == null) {
335 return null;
348 return null;
360 return null;
373 if (cert == null) {
374 return null;
379 String e_DN = null;
398 return null;
412 if (spiProp == null) {
415 return null;
422 X509Certificate cert = null;
447 * @exception IllegalArgumentException If any of the parameters are null
469 sig.initSign(null);
513 * @exception IllegalArgumentException If any of the parameters are null
600 KeyStore ks = null;
603 ks.load(null, null);
613 String u_DN = null;
689 * @exception IllegalArgumentException If any baos is null.
776 * throws an IllegalArgumentException if v is null or empty.
783 if (v != null) {
792 if (v == null || size == 0) {
872 if (conf_spis == null) {
881 if (chain == null) {
983 if (chain == null) {
1023 X509Certificate cert = null;
1049 if (cert == null) {
1065 if (keypkg != null) {
1072 keypkg.load(null, null);
1089 if (keystore != null) {
1095 keystore.load(null, null);