Lines Matching refs:logging

97     /** {@link org.apache.commons.logging} logging facility */
98 private static java.util.logging.Logger log =
99 java.util.logging.Logger.getLogger(KeyInfo.class.getName());
829 if (log.isLoggable(java.util.logging.Level.FINE)) {
830 log.log(java.util.logging.Level.FINE, "I could find a key using the per-KeyInfo key resolvers");
835 if (log.isLoggable(java.util.logging.Level.FINE)) {
836 log.log(java.util.logging.Level.FINE, "I couldn't find a key using the per-KeyInfo key resolvers");
842 if (log.isLoggable(java.util.logging.Level.FINE)) {
843 log.log(java.util.logging.Level.FINE, "I could find a key using the system-wide key resolvers");
848 if (log.isLoggable(java.util.logging.Level.FINE)) {
849 log.log(java.util.logging.Level.FINE, "I couldn't find a key using the system-wide key resolvers");
895 if (log.isLoggable(java.util.logging.Level.FINE)) {
896 log.log(java.util.logging.Level.FINE, "Try " + keyResolver.getClass().getName());
932 if (log.isLoggable(java.util.logging.Level.FINE)) {
933 log.log(java.util.logging.Level.FINE, "I could find a X509Certificate using the per-KeyInfo key resolvers");
938 if (log.isLoggable(java.util.logging.Level.FINE)) {
939 log.log(java.util.logging.Level.FINE, "I couldn't find a X509Certificate using the per-KeyInfo key resolvers");
946 if (log.isLoggable(java.util.logging.Level.FINE)) {
947 log.log(java.util.logging.Level.FINE, "I could find a X509Certificate using the system-wide key resolvers");
952 if (log.isLoggable(java.util.logging.Level.FINE)) {
953 log.log(java.util.logging.Level.FINE, "I couldn't find a X509Certificate using the system-wide key resolvers");
969 if (log.isLoggable(java.util.logging.Level.FINE)) {
970 log.log(java.util.logging.Level.FINE,
1018 if (log.isLoggable(java.util.logging.Level.FINE)) {
1019 log.log(java.util.logging.Level.FINE,
1026 if (log.isLoggable(java.util.logging.Level.FINE)) {
1027 log.log(java.util.logging.Level.FINE, "Try " + keyResolver.getClass().getName());
1048 if (log.isLoggable(java.util.logging.Level.FINE)) {
1049 log.log(java.util.logging.Level.FINE, "I could find a secret key using the per-KeyInfo key resolvers");
1054 if (log.isLoggable(java.util.logging.Level.FINE)) {
1055 log.log(java.util.logging.Level.FINE, "I couldn't find a secret key using the per-KeyInfo key resolvers");
1061 if (log.isLoggable(java.util.logging.Level.FINE)) {
1062 log.log(java.util.logging.Level.FINE, "I could find a secret key using the system-wide key resolvers");
1067 if (log.isLoggable(java.util.logging.Level.FINE)) {
1068 log.log(java.util.logging.Level.FINE, "I couldn't find a secret key using the system-wide key resolvers");
1116 if (log.isLoggable(java.util.logging.Level.FINE)) {
1117 log.log(java.util.logging.Level.FINE, "Try " + keyResolver.getClass().getName());
1151 if (log.isLoggable(java.util.logging.Level.FINE)) {
1152 log.log(java.util.logging.Level.FINE, "I could find a private key using the per-KeyInfo key resolvers");
1156 if (log.isLoggable(java.util.logging.Level.FINE)) {
1157 log.log(java.util.logging.Level.FINE, "I couldn't find a secret key using the per-KeyInfo key resolvers");
1162 if (log.isLoggable(java.util.logging.Level.FINE)) {
1163 log.log(java.util.logging.Level.FINE, "I could find a private key using the system-wide key resolvers");
1167 if (log.isLoggable(java.util.logging.Level.FINE)) {
1168 log.log(java.util.logging.Level.FINE, "I couldn't find a private key using the system-wide key resolvers");
1215 if (log.isLoggable(java.util.logging.Level.FINE)) {
1216 log.log(java.util.logging.Level.FINE, "Try " + keyResolver.getClass().getName());