Searched defs:authMethod (Results 1 – 13 of 13) sorted by relevance
33 … public void verifyCertificateChain(byte[][] asn1DerEncodedCertificateChain, String authMethod) in verifyCertificateChain()
103 @Override public void verifyCertificateChain(byte[][] bytes, String authMethod) in verifyCertificateChain()
53 public SpnegoAuthenticator( String authMethod ) in SpnegoAuthenticator()
201 public void setAuthMethod(String authMethod) in setAuthMethod()
384 public void verifyCertificateChain(byte[][] bytes, String authMethod) in verifyCertificateChain()
646 String authMethod) throws CertificateException { in verifyCertificateChain()
575 public void verifyCertificateChain(long sslSessionNativePtr, long[] certRefs, String authMethod) in verifyCertificateChain()
1227 String authMethod) throws CertificateException; in verifyCertificateChain()
722 public String authMethod; field in NativeCryptoTest.TestSSLHandshakeCallbacks727 String authMethod) throws CertificateException { in verifyCertificateChain()
7685 const char* authMethod = SSL_authentication_method(ssl); local7688 const char *authMethod = SSL_CIPHER_get_kx_name(cipher); local