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

/openjdk7/jdk/src/share/classes/sun/security/jgss/spi/
H A DMechanismFactory.java177 public GSSContextSpi getMechanismContext(GSSNameSpi peer, method in interface:MechanismFactory
195 public GSSContextSpi getMechanismContext(GSSCredentialSpi myAcceptorCred) method in interface:MechanismFactory
211 public GSSContextSpi getMechanismContext(byte[] exportedContext) method in interface:MechanismFactory
/openjdk7/jdk/src/share/classes/sun/security/jgss/wrapper/
H A DNativeGSSFactory.java138 public GSSContextSpi getMechanismContext(GSSNameSpi peer, method in class:NativeGSSFactory
158 public GSSContextSpi getMechanismContext(GSSCredentialSpi myCred) method in class:NativeGSSFactory
168 public GSSContextSpi getMechanismContext(byte[] exportedContext) method in class:NativeGSSFactory
/openjdk7/jdk/src/share/classes/sun/security/jgss/
H A DGSSManagerImpl.java214 GSSContextSpi getMechanismContext(GSSNameSpi peer, method in class:GSSManagerImpl
223 return factory.getMechanismContext(peer, myInitiatorCred, lifetime);
226 GSSContextSpi getMechanismContext(GSSCredentialSpi myAcceptorCred, method in class:GSSManagerImpl
234 return factory.getMechanismContext(myAcceptorCred);
237 GSSContextSpi getMechanismContext(byte[] exportedContext) method in class:GSSManagerImpl
250 result = factory.getMechanismContext(exportedContext);
/openjdk7/jdk/src/share/classes/sun/security/jgss/krb5/
H A DKrb5MechFactory.java178 public GSSContextSpi getMechanismContext(GSSNameSpi peer, method in class:Krb5MechFactory
194 public GSSContextSpi getMechanismContext(GSSCredentialSpi myAcceptorCred) method in class:Krb5MechFactory
204 public GSSContextSpi getMechanismContext(byte[] exportedContext) method in class:Krb5MechFactory
/openjdk7/jdk/src/share/classes/sun/security/jgss/spnego/
H A DSpNegoMechFactory.java148 public GSSContextSpi getMechanismContext(GSSNameSpi peer, method in class:SpNegoMechFactory
162 public GSSContextSpi getMechanismContext(GSSCredentialSpi myAcceptorCred) method in class:SpNegoMechFactory
175 public GSSContextSpi getMechanismContext(byte[] exportedContext) method in class:SpNegoMechFactory

Completed in 32 milliseconds