java.lang.Object
javax.security.auth.kerberos.KerberosKey
- All Implemented Interfaces:
- Serializable, Key, SecretKey, Destroyable
- See Also:
- Source Code,
ServicePermission
, PrivateCredentialPermission
, Subject
public void destroy()
throws DestroyFailedException
- See Also:
- Destroyable
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public final String getAlgorithm()
- See Also:
- Key
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public final byte[] getEncoded()
- See Also:
- Key
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public final String getFormat()
- See Also:
- Key
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public final int getKeyType()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public final KerberosPrincipal getPrincipal()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public final int getVersionNumber()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public boolean isDestroyed()
- See Also:
- Destroyable
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public KerberosKey(KerberosPrincipal principal,
byte[] keyBytes,
int keyType,
int versionNum)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public KerberosKey(KerberosPrincipal principal,
char[] password,
String algorithm)
- See Also:
- IllegalArgumentException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public String toString()
- See Also:
- Object
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples