Searched defs:ServerHooks (Results 1 - 1 of 1) sorted by relevance

/external/conscrypt/src/test/java/org/conscrypt/
H A DNativeCryptoTest.java860 public static class ServerHooks extends Hooks { class in class:NativeCryptoTest
869 public ServerHooks() { method in class:NativeCryptoTest.ServerHooks
873 public ServerHooks(OpenSSLKey privateKey, long[] certificates) { method in class:NativeCryptoTest.ServerHooks
1010 Hooks sHooks = new ServerHooks(getServerPrivateKey(), getServerCertificates());
1042 Hooks sHooks = new ServerHooks(getServerPrivateKey(), getServerCertificates()) {
1086 Hooks sHooks = new ServerHooks(getServerPrivateKey(), getServerCertificates()) {
1144 Hooks sHooks = new ServerHooks(getServerPrivateKey(), getServerCertificates()) {
1181 Hooks sHooks = new ServerHooks(getServerPrivateKey(), getServerCertificates());
1206 Hooks sHooks = new ServerHooks(getServerPrivateKey(), getServerCertificates());
1229 ServerHooks sHook
[all...]

Completed in 77 milliseconds