| java.security.Key
Method Summary | |
public String | getAlgorithm() Answers the name of the algorithm that this key will work
with. | public byte[] | getEncoded() Answers the encoded form of the receiver. | public String | getFormat() Answers the name of the format used to encode the key, or null
if it can not be encoded. |
serialVersionUID | final public static long serialVersionUID(Code) | | |
getAlgorithm | public String getAlgorithm()(Code) | | Answers the name of the algorithm that this key will work
with. If the algorithm is unknown, it answers null.
String the receiver's algorithm |
getEncoded | public byte[] getEncoded()(Code) | | Answers the encoded form of the receiver.
byte[] the encoded form of the receiver |
getFormat | public String getFormat()(Code) | | Answers the name of the format used to encode the key, or null
if it can not be encoded.
String the receiver's encoding format |
|
|