|
|
javax > javax.security > javax.security.auth > javax.security.auth.kerberos > javax.security.auth.kerberos.kerberoskey >
Class: javax.security.auth.kerberos.KerberosKey java.lang.Object javax.security.auth.kerberos.KerberosKey
public class KerberosKey extends Object implements SecretKey, Destroyable
FIELDS:
CONSTRUCTORS:
METHODS:
| | | | public | void | destroy() Throws: DestroyFailedException |
| | public | boolean | equals(Object other) Overrides: Object |
| | public final | String | getAlgorithm() |
| | public final | byte[] | getEncoded() |
| | public final | String | getFormat() |
| | public final | int | getKeyType() |
| | public final | KerberosPrincipal | getPrincipal() |
| | public final | int | getVersionNumber() |
| | public | int | hashCode() Overrides: Object |
| | public | boolean | isDestroyed() |
| | public | String | toString() Overrides: Object |
| |
|
|
|
INHERITED METHODS:
| getClass(), hashCode(), equals(java.lang.Object), clone(), toString(), notify(), notifyAll(), wait(long), wait(long, int), wait(), finalize(), |
|
|
|
SUBCLASSES:
|
|



|