Searched refs:Debug (Results 1 - 25 of 78) sorted by relevance

1234

/libcore/ojluni/src/main/java/sun/security/provider/certpath/
H A DSunCertPathBuilderResult.java28 import sun.security.util.Debug;
52 private static final Debug debug = Debug.getInstance("certpath");
H A DUntrustedChecker.java34 import sun.security.util.Debug;
46 private static final Debug debug = Debug.getInstance("certpath");
H A DKeyChecker.java32 import sun.security.util.Debug;
47 private static final Debug debug = Debug.getInstance("certpath");
H A DOCSPRequest.java79 private static final Debug debug = Debug.getInstance("certpath");
80 private static final boolean dump = debug != null && Debug.isOn("ocsp");
H A DPKIXMasterCertPathValidator.java28 import sun.security.util.Debug;
49 private static final Debug debug = Debug.getInstance("certpath");
H A DVertex.java32 import sun.security.util.Debug;
51 private static final Debug debug = Debug.getInstance("certpath");
H A DConstraintsChecker.java40 import sun.security.util.Debug;
55 private static final Debug debug = Debug.getInstance("certpath");
H A DForwardState.java39 import sun.security.util.Debug;
56 private static final Debug debug = Debug.getInstance("certpath");
H A DPKIXCertPathValidator.java35 import sun.security.util.Debug;
48 private static final Debug debug = Debug.getInstance("certpath");
/libcore/ojluni/src/main/java/sun/security/ssl/
H A DDHClientKeyExchange.java102 if (debug != null && Debug.isOn("verbose")) {
103 Debug.println(s, "DH Public key", dh_Yc);
H A DECDHClientKeyExchange.java77 if (debug != null && Debug.isOn("verbose")) {
78 Debug.println(s, "ECDH Public value", encodedPoint);
H A DRecord.java71 Debug.getBooleanProperty("jsse.enableCBCProtection", true);
H A DDebug.java35 * This class has be shamefully lifted from sun.security.util.Debug
39 public class Debug { class
84 * Get a Debug object corresponding to whether or not the given
88 public static Debug getInstance(String option)
94 * Get a Debug object corresponding to whether or not the given
97 public static Debug getInstance(String option, String prefix)
100 Debug d = new Debug();
199 return sun.security.util.Debug.toString(b);
H A DEngineWriter.java58 private static final Debug debug = Debug.getInstance("ssl");
165 if (debug != null && Debug.isOn("packet")) {
187 if (debug != null && Debug.isOn("packet")) {
H A DOutputRecord.java67 static final Debug debug = Debug.getInstance("ssl");
155 if (debug != null && Debug.isOn("data")) {
283 && (Debug.isOn("record") || Debug.isOn("handshake"))) {
284 if ((debug != null && Debug.isOn("record"))
305 if (debug != null && Debug.isOn("record")) {
381 if (debug != null && Debug.isOn("packet")) {
H A DTrustManagerFactoryImpl.java40 private static final Debug debug = Debug.getInstance("ssl");
54 if (debug != null && Debug.isOn("trustmanager")) {
59 if (debug != null && Debug.isOn("trustmanager")) {
65 if (debug != null && Debug.isOn("trustmanager")) {
71 if (debug != null && Debug.isOn("trustmanager")) {
194 if (debug != null && Debug.isOn(dbgname)) {
206 if (debug != null && Debug.isOn(dbgname)) {
H A DClientHandshaker.java93 Debug.getBooleanProperty("jsse.enableSNIExtension", true);
257 if (debug != null && Debug.isOn("handshake")) {
314 if (debug != null && Debug.isOn("handshake")) {
351 if (debug != null && Debug.isOn("handshake")) {
375 if (debug != null && Debug.isOn("handshake")) {
439 if (debug != null && Debug.isOn("handshake")) {
515 if (debug != null && Debug.isOn("session")) {
529 if (debug != null && Debug.isOn("session"))
533 if (debug != null && Debug.isOn("session"))
547 if (debug != null && Debug
[all...]
H A DRSAClientKeyExchange.java68 Debug.getBooleanProperty(PROP_NAME, false);
191 if (debug != null && Debug.isOn("handshake")) {
198 if (debug != null && Debug.isOn("handshake")) {
230 if (debug != null && Debug.isOn("handshake")) {
239 if (debug != null && Debug.isOn("handshake")) {
249 if (debug != null && Debug.isOn("handshake") &&
260 if (debug != null && Debug.isOn("handshake")) {
H A DServerHandshaker.java277 if (debug != null && Debug.isOn("handshake")) {
352 if (debug != null && Debug.isOn("handshake")) {
393 if (debug != null && Debug.isOn("handshake")) {
505 if (debug != null && Debug.isOn("session")) {
517 if (debug != null && Debug.isOn("session")) {
522 if (debug != null && Debug.isOn("session"))
528 if (debug != null && Debug.isOn("session"))
557 (Debug.isOn("handshake") || Debug.isOn("session"))) {
659 if (debug != null && Debug
[all...]
H A DSSLSocketImpl.java372 private static final Debug debug = Debug.getInstance("ssl");
771 } else if ((debug != null) && Debug.isOn("ssl")) {
938 if ((debug != null) && Debug.isOn("ssl")) {
1106 if (debug != null && Debug.isOn("ssl")) {
1170 if (debug != null && Debug.isOn("ssl")) {
1187 if (debug != null && Debug.isOn("ssl")) {
1379 if (debug != null && Debug.isOn("handshake")) {
1496 if ((debug != null) && Debug.isOn("ssl")) {
1507 if ((debug != null) && Debug
[all...]
H A DSunX509KeyManagerImpl.java70 private static final Debug debug = Debug.getInstance("ssl");
149 if (debug != null && Debug.isOn("keymanager")) {
373 if (debug != null && Debug.isOn("keymanager")) {
382 if (debug != null && Debug.isOn("keymanager")) {
/libcore/ojluni/src/main/java/sun/security/util/
H A DDebug.java38 public class Debug { class
44 private Debug(String prefix) { method in class:Debug
88 * Get a Debug object corresponding to whether or not the given
92 public static Debug getInstance(String option)
98 * Get a Debug object corresponding to whether or not the given
101 public static Debug getInstance(String option, String prefix)
104 Debug d = new Debug(prefix);
/libcore/ojluni/src/main/java/java/security/
H A DSecureClassLoader.java32 import sun.security.util.Debug;
55 private static final Debug debug = Debug.getInstance("scl");
/libcore/ojluni/src/main/java/sun/security/x509/
H A DInhibitAnyPolicyExtension.java32 import sun.security.util.Debug;
67 private static final Debug debug = Debug.getInstance("certpath");
H A DSerialNumber.java104 return ("SerialNumber: [" + Debug.toHexString(serialNum) + "]");

Completed in 233 milliseconds

1234