Lines Matching refs:logging

88     private static java.util.logging.Logger logger =
89 java.util.logging.Logger.getLogger(XMLCipher.class.getName());
210 logger.log(java.util.logging.Level.FINE, "Constructing XMLCipher...");
272 logger.log(java.util.logging.Level.FINE, "Getting XMLCipher...");
274 logger.log(java.util.logging.Level.SEVERE, "Transformation unexpectedly null...");
276 logger.log(java.util.logging.Level.WARNING, "Algorithm non-standard, expected one of " + ENC_ALGORITHMS);
300 logger.log(java.util.logging.Level.FINE, "cihper.algoritm = " +
345 logger.log(java.util.logging.Level.FINE, "Getting XMLCipher...");
347 logger.log(java.util.logging.Level.SEVERE, "Transformation unexpectedly null...");
349 logger.log(java.util.logging.Level.WARNING, "Algorithm non-standard, expected one of " + ENC_ALGORITHMS);
374 logger.log(java.util.logging.Level.FINE, "cihper.algoritm = " +
398 logger.log(java.util.logging.Level.FINE, "Getting XMLCipher...");
400 logger.log(java.util.logging.Level.SEVERE, "Transformation unexpectedly null...");
402 logger.log(java.util.logging.Level.SEVERE, "Provider unexpectedly null..");
404 logger.log(java.util.logging.Level.SEVERE, "Provider's value unexpectedly not specified...");
406 logger.log(java.util.logging.Level.WARNING, "Algorithm non-standard, expected one of " + ENC_ALGORITHMS);
431 logger.log(java.util.logging.Level.FINE, "cipher._algorithm = " +
433 logger.log(java.util.logging.Level.FINE, "provider.name = " + provider);
492 logger.log(java.util.logging.Level.FINE, "Getting XMLCipher for no transformation...");
534 logger.log(java.util.logging.Level.FINE, "Getting XMLCipher, provider but no transformation");
536 logger.log(java.util.logging.Level.SEVERE, "Provider unexpectedly null..");
538 logger.log(java.util.logging.Level.SEVERE, "Provider's value unexpectedly not specified...");
580 logger.log(java.util.logging.Level.FINE, "Initializing XMLCipher...");
588 logger.log(java.util.logging.Level.FINE, "opmode = ENCRYPT_MODE");
592 logger.log(java.util.logging.Level.FINE, "opmode = DECRYPT_MODE");
595 logger.log(java.util.logging.Level.FINE, "opmode = WRAP_MODE");
599 logger.log(java.util.logging.Level.FINE, "opmode = UNWRAP_MODE");
602 logger.log(java.util.logging.Level.SEVERE, "Mode unexpectedly invalid");
624 logger.log(java.util.logging.Level.FINE, "Returning EncryptedData");
642 logger.log(java.util.logging.Level.FINE, "Returning EncryptedKey");
752 logger.log(java.util.logging.Level.FINE, "Encrypting element...");
754 logger.log(java.util.logging.Level.SEVERE, "Element unexpectedly null...");
756 logger.log(java.util.logging.Level.FINE, "XMLCipher unexpectedly not in ENCRYPT_MODE...");
787 logger.log(java.util.logging.Level.FINE, "Encrypting element content...");
789 logger.log(java.util.logging.Level.SEVERE, "Element unexpectedly null...");
791 logger.log(java.util.logging.Level.FINE, "XMLCipher unexpectedly not in ENCRYPT_MODE...");
817 logger.log(java.util.logging.Level.FINE, "Processing source document...");
819 logger.log(java.util.logging.Level.SEVERE, "Context document unexpectedly null...");
821 logger.log(java.util.logging.Level.SEVERE, "Source document unexpectedly null...");
857 logger.log(java.util.logging.Level.FINE, "Processing source element...");
859 logger.log(java.util.logging.Level.SEVERE, "Context document unexpectedly null...");
861 logger.log(java.util.logging.Level.SEVERE, "Source element unexpectedly null...");
900 logger.log(java.util.logging.Level.FINE, "Processing source element...");
902 logger.log(java.util.logging.Level.SEVERE, "Context document unexpectedly null...");
904 logger.log(java.util.logging.Level.SEVERE, "Source element unexpectedly null...");
971 logger.log(java.util.logging.Level.FINE, "Encrypting element...");
973 logger.log(java.util.logging.Level.SEVERE, "Context document unexpectedly null...");
975 logger.log(java.util.logging.Level.SEVERE, "Serialized data unexpectedly null...");
977 logger.log(java.util.logging.Level.FINE, "XMLCipher unexpectedly not in ENCRYPT_MODE...");
1000 logger.log(java.util.logging.Level.FINE, "Encrypting element...");
1002 logger.log(java.util.logging.Level.SEVERE, "Context document unexpectedly null...");
1004 logger.log(java.util.logging.Level.SEVERE, "Element unexpectedly null...");
1006 logger.log(java.util.logging.Level.FINE, "XMLCipher unexpectedly not in ENCRYPT_MODE...");
1041 logger.log(java.util.logging.Level.FINE, "Serialized octets:\n" + serializedOctets);
1050 logger.log(java.util.logging.Level.FINE, "alg = " + jceAlgorithm);
1090 logger.log(java.util.logging.Level.FINE, "Expected cipher.outputSize = " +
1094 logger.log(java.util.logging.Level.FINE, "Actual cipher.outputSize = " +
1116 logger.log(java.util.logging.Level.FINE, "Encrypted octets:\n" + base64EncodedEncryptedOctets);
1117 logger.log(java.util.logging.Level.FINE, "Encrypted octets length = " +
1150 logger.log(java.util.logging.Level.FINE, "Loading encrypted element...");
1152 logger.log(java.util.logging.Level.SEVERE, "Context document unexpectedly null...");
1154 logger.log(java.util.logging.Level.SEVERE, "Element unexpectedly null...");
1156 logger.log(java.util.logging.Level.SEVERE, "XMLCipher unexpectedly not in DECRYPT_MODE...");
1177 logger.log(java.util.logging.Level.FINE, "Loading encrypted key...");
1179 logger.log(java.util.logging.Level.SEVERE, "Context document unexpectedly null...");
1181 logger.log(java.util.logging.Level.SEVERE, "Element unexpectedly null...");
1183 logger.log(java.util.logging.Level.FINE, "XMLCipher unexpectedly not in UNWRAP_MODE or DECRYPT_MODE...");
1221 logger.log(java.util.logging.Level.FINE, "Encrypting key ...");
1224 logger.log(java.util.logging.Level.SEVERE, "Key unexpectedly null...");
1226 logger.log(java.util.logging.Level.FINE, "XMLCipher unexpectedly not in WRAP_MODE...");
1244 logger.log(java.util.logging.Level.FINE, "alg = " + jceAlgorithm);
1276 logger.log(java.util.logging.Level.FINE, "Encrypted key octets:\n" + base64EncodedEncryptedOctets);
1277 logger.log(java.util.logging.Level.FINE, "Encrypted key octets length = " +
1307 logger.log(java.util.logging.Level.FINE, "Decrypting key from previously loaded EncryptedKey...");
1310 logger.log(java.util.logging.Level.FINE, "XMLCipher unexpectedly not in UNWRAP_MODE...");
1318 logger.log(java.util.logging.Level.FINE, "Trying to find a KEK via key resolvers");
1329 logger.log(java.util.logging.Level.SEVERE, "XMLCipher::decryptKey called without a KEK and cannot resolve");
1349 logger.log(java.util.logging.Level.FINE, "JCE Algorithm = " + jceAlgorithm);
1379 logger.log(java.util.logging.Level.FINE, "Decryption of key type " + algorithm + " OK");
1425 logger.log(java.util.logging.Level.FINE, "Decrypting element...");
1428 logger.log(java.util.logging.Level.SEVERE, "XMLCipher unexpectedly not in DECRYPT_MODE...");
1438 logger.log(java.util.logging.Level.FINE, "Decrypted octets:\n" + octets);
1499 logger.log(java.util.logging.Level.FINE, "Decrypting to ByteArray...");
1502 logger.log(java.util.logging.Level.SEVERE, "XMLCipher unexpectedly not in DECRYPT_MODE...");
1525 logger.log(java.util.logging.Level.SEVERE, "XMLCipher::decryptElement called without a key and unable to resolve");
2279 logger.log(java.util.logging.Level.FINE, "Creating a DSIG based Transforms element");