Searched refs:isProtReady (Results 1 - 6 of 6) sorted by relevance

/openjdk7/jdk/src/share/classes/org/ietf/jgss/
H A DGSSContext.java71 * #isProtReady() isProtReady} method may be called to determine if the
78 * After the context has been established or the <code>isProtReady</code>
1230 public boolean isProtReady(); method in interface:GSSContext
1236 * #isProtReady() isProtReady} or {@link #isEstablished()
1251 * #isProtReady() isProtReady} or {@link #isEstablished()
1275 * after one of {@link #isProtReady() isProtReady} o
[all...]
/openjdk7/jdk/src/share/classes/sun/security/jgss/spi/
H A DGSSContextSpi.java53 * isProtReady method is used to indicate that these services are
133 public boolean isProtReady(); method in interface:GSSContextSpi
/openjdk7/jdk/src/share/classes/sun/security/jgss/
H A DGSSContextImpl.java69 * isProtReady method may be called to determine if the context can be
73 * After the context has been established or the isProtReady method
558 public boolean isProtReady() { method in class:GSSContextImpl
560 return mechCtxt.isProtReady();
/openjdk7/jdk/src/share/classes/sun/security/jgss/spnego/
H A DSpNegoContext.java269 public final boolean isProtReady() { method in class:SpNegoContext
/openjdk7/jdk/src/share/classes/sun/security/jgss/wrapper/
H A DNativeGSSContext.java587 public boolean isProtReady() { method in class:NativeGSSContext
/openjdk7/jdk/src/share/classes/sun/security/jgss/krb5/
H A DKrb5Context.java533 public final boolean isProtReady() { method in class:Krb5Context

Completed in 46 milliseconds