Home | History | Annotate | Download | only in jsse

Lines Matching refs:authMethod

580     @Override public void verifyCertificateChain(byte[][] bytes, String authMethod)
595 tm.checkServerTrusted(peerCertificateChain, authMethod, wrappedHost);
597 x509tm.checkServerTrusted(peerCertificateChain, authMethod);