No examples for this method.
Frequently called with: [Clear]
-1
java.security.Key |
![]() |
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
long | serialVersionUID | The serialVersionUID to be compatible with JDK1.1. |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
Returns the name of the algorithm of this key.
|
||||||||||
|
Returns the encoded form of this key, or
null if encoding is not supported by this key.
|
||||||||||
|
Returns the name of the format used to encode this key, or
null if it can not be encoded.
|
The serialVersionUID
to be compatible with JDK1.1.
Returns the name of the algorithm of this key. If the algorithm is unknown, null
is returned.
null
if the algorithm is unknown. Returns the encoded form of this key, or null
if encoding is not supported by this key.
null
if encoding is not supported by this key. Returns the name of the format used to encode this key, or null
if it can not be encoded.
null
if it can not be encoded.