| java.lang.Object | ||
| ↳ | java.security.spec.EncodedKeySpec | |
| ↳ | java.security.spec.PKCS8EncodedKeySpec | |
The key specification for an encoded private key in ASN.1 format as defined in the PKCS#8 standard.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
Creates a new
PKCS8EncodedKeySpec
with the specified encoded key
bytes.
|
||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
Returns a copy of 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
PKCS8EncodedKeySpec
with the specified encoded key
bytes.
| encodedKey | the encoded key bytes. |
|---|
Returns a copy of the encoded key bytes.
Returns the name of the encoding format of this encoded key specification.