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

/openjdk7/jdk/src/share/classes/sun/security/ssl/
H A DSSLSessionImpl.java691 Object securityCtx = SecureKey.getCurrentSecurityContext();
800 static Object getCurrentSecurityContext() { method in class:SecureKey
813 this.securityCtx = getCurrentSecurityContext();

Completed in 267 milliseconds