|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--opencard.opt.security.DESKey
Encapsulates a DES key.
Constructor Summary | |
DESKey(byte[] data)
Instantiates a DESKey from the given byte array. |
Method Summary | |
byte[] |
body()
Returns the key data. |
java.lang.String |
getAlgorithm()
Conformance to the java.security interface |
byte[] |
getBytes()
Returns the key data. |
byte[] |
getEncoded()
Conformance to the java.security interface |
java.lang.String |
getFormat()
Conformance to the java.security interface |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public DESKey(byte[] data)
data
- byte array holding the key to encapsulateMethod Detail |
public java.lang.String getAlgorithm()
public java.lang.String getFormat()
public byte[] getEncoded()
public byte[] getBytes()
public byte[] body()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |