| 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.
| Returns | |
|---|---|
String |
the name of the algorithm of this key or null if the
algorithm is unknown.
|
Returns the encoded form of this key, or null if encoding is not
supported by this key.
| Returns | |
|---|---|
byte[] |
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.
| Returns | |
|---|---|
String |
the name of the format used to encode this key, or null
if it can not be encoded.
|