| java.lang.Object javax.security.auth.kerberos.KeyImpl
KeyImpl | public KeyImpl(byte[] keyBytes, int keyType)(Code) | | creates a secret key from a given raw bytes
Parameters: keyBytes - Parameters: keyType - |
KeyImpl | public KeyImpl(KerberosPrincipal principal, char[] password, String algorithm)(Code) | | creates a secret key from a given password
Parameters: principal - Parameters: password - Parameters: algorithm - |
getAlgorithm | final public String getAlgorithm()(Code) | | Method is described in
getAlgorithm in interface Key
|
getEncoded | final public byte[] getEncoded()(Code) | | Method is described in
getEncoded in interface Key
|
getFormat | final public String getFormat()(Code) | | Method is described in
getFormat in interface Key
|
getKeyType | final public int getKeyType()(Code) | | Returns the key type for this key
|
isDestroyed | public boolean isDestroyed()(Code) | | Determines if this key has been destroyed
|
toString | public String toString()(Code) | | A string representation of this key
|
|
|