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