java.lang.Object | |
↳ | java.security.spec.EncodedKeySpec |
![]() |
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
|
|||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
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.