All Packages Class Hierarchy This Package Previous Next Index
Class au.net.aba.security.spec.X509EncodedKeySpec
java.lang.Object
|
+----au.net.aba.security.spec.EncodedKeySpec
|
+----au.net.aba.security.spec.X509EncodedKeySpec
- public class X509EncodedKeySpec
- extends EncodedKeySpec
A key in an encoded format.
-
ident
-
-
X509EncodedKeySpec(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
X509EncodedKeySpec
public X509EncodedKeySpec(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