java.lang.Object | ||
↳ | java.security.spec.EncodedKeySpec | |
↳ | java.security.spec.X509EncodedKeySpec |
The key specification of an X.509 encoded key in ASN.1 format.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
Creates a new
X509EncodedKeySpec
with the specified encoded key
bytes.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
Returns the encoded key bytes.
|
||||||||||
|
Returns the name of the encoding format of this encoded key
specification.
|
[Expand]
Inherited Methods
|
|||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.security.spec.EncodedKeySpec
|
|||||||||||
From class
java.lang.Object
|
Creates a new
X509EncodedKeySpec
with the specified encoded key
bytes.
encodedKey | the encoded key bytes. |
---|
Returns the encoded key bytes.
Returns the name of the encoding format of this encoded key specification.