sun.security.jgss.spi.GSSCredentialSpi |
![]() |
This interface is implemented by a mechanism specific credential element. A GSSCredential is conceptually a container class of several credential elements from different mechanisms.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Called to invalidate this credential element and release
any system recourses and cryptographic information owned
by the credential.
| |||||||||||
Returns the accept lifetime remaining.
| |||||||||||
Returns the init lifetime remaining.
| |||||||||||
Returns the oid representing the underlying credential
mechanism oid.
| |||||||||||
Returns the principal name for this credential.
| |||||||||||
Determines if this credential element can be used by a context
acceptor.
| |||||||||||
Determines if this credential element can be used by a context
initiator.
|
Called to invalidate this credential element and release any system recourses and cryptographic information owned by the credential.
GSSException | with major codes NO_CRED and FAILURE |
---|
Returns the accept lifetime remaining.
GSSException | may be thrown |
---|
Returns the init lifetime remaining.
GSSException | may be thrown |
---|
Returns the oid representing the underlying credential mechanism oid.
GSSException | may be thrown |
---|
Returns the principal name for this credential. The name is in mechanism specific format.
GSSException | may be thrown |
---|
Determines if this credential element can be used by a context acceptor.
GSSException |
---|
Determines if this credential element can be used by a context initiator.
GSSException |
---|