|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.security.spec.EncodedKeySpec
public abstract class EncodedKeySpec
Encoded Key Specification class which is used to store byte encoded keys.
| Constructor Summary | |
|---|---|
EncodedKeySpec(byte[] encodedKey)
Constructs a new EncodedKeySpec with the specified encoded key. |
|
| Method Summary | |
|---|---|
byte[] |
getEncoded()
Gets the encoded key in byte format. |
abstract String |
getFormat()
Returns the name of the key format used. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EncodedKeySpec(byte[] encodedKey)
encodedKey - A key to store| Method Detail |
|---|
public byte[] getEncoded()
public abstract String getFormat()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||