All Packages Class Hierarchy This Package Previous Next Index
Class au.net.aba.security.spec.EncodedKeySpec
java.lang.Object
|
+----au.net.aba.security.spec.EncodedKeySpec
- public abstract class EncodedKeySpec
- extends Object
- implements KeySpec
A key in an encoded format.
-
ident
-
-
EncodedKeySpec(byte[])
- Creates a new EncodedKeySpec with the given encoded key.
-
getEncoded()
- Returns the encoded key.
-
getFormat()
- Returns the name of the encoding format used by this
key specification.
ident
public static final String ident
EncodedKeySpec
public EncodedKeySpec(byte encodedKey[])
- Creates a new EncodedKeySpec with the given encoded key.
- Parameters:
- encodedKey - the encoded key.
getEncoded
public byte[] getEncoded()
- Returns the encoded key.
- Returns:
- the key encoded into a byte array.
getFormat
public abstract String getFormat()
- Returns the name of the encoding format used by this
key specification.
All Packages Class Hierarchy This Package Previous Next Index