| java.lang.Object | |
| ↳ | java.security.spec.EncodedKeySpec |
Known Direct Subclasses
|
The abstract key specification for a public or a private key in encoded format.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
Creates a new
EncodedKeySpec
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.lang.Object
|
|||||||||||
Creates a new
EncodedKeySpec
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.