Searched refs:SSLSecurity (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/net/ssl/
H A DKeyManagerFactory.java126 Object[] objs = SSLSecurity.getImpl(algorithm, "KeyManagerFactory",
157 Object[] objs = SSLSecurity.getImpl(algorithm, "KeyManagerFactory",
182 Object[] objs = SSLSecurity.getImpl(algorithm, "KeyManagerFactory",
H A DSSLContext.java86 Object[] objs = SSLSecurity.getImpl(protocol, "SSLContext",
114 Object[] objs = SSLSecurity.getImpl(protocol, "SSLContext",
137 Object[] objs = SSLSecurity.getImpl(protocol, "SSLContext",
H A DTrustManagerFactory.java128 Object[] objs = SSLSecurity.getImpl(algorithm,
159 Object[] objs = SSLSecurity.getImpl(algorithm, "TrustManagerFactory",
184 Object[] objs = SSLSecurity.getImpl(algorithm, "TrustManagerFactory",
H A DSSLSecurity.java27 * NOTE: this file was copied from javax.net.ssl.SSLSecurity,
51 final class SSLSecurity { class
56 private SSLSecurity() { method in class:SSLSecurity
273 * classes. When SSLSecurity finds something which extends the
337 SSLSecurity.truncateArray(kmaw,
369 SSLSecurity.truncateArray(tmaw,
434 SSLSecurity.truncateArray(tmaw, new TrustManager [dst]);
487 SSLSecurity.truncateArray(kmaw, new KeyManager [dst]);

Completed in 33 milliseconds