|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--javacard.security.XORPrivateKey
| Field Summary | |
private byte[] |
key
|
| Constructor Summary | |
XORPrivateKey(byte[] privateKey,
short offset,
short length)
|
|
| Method Summary | |
void |
clearKey()
|
byte[] |
getEncoded()
|
void |
getEncoded(byte[] output,
short offset)
|
short |
getSize()
|
byte |
getType()
|
boolean |
isInitialized()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
private byte[] key
| Constructor Detail |
public XORPrivateKey(byte[] privateKey,
short offset,
short length)
| Method Detail |
public boolean isInitialized()
isInitialized in interface Keypublic void clearKey()
clearKey in interface Keypublic byte getType()
getType in interface Keypublic short getSize()
getSize in interface Keypublic byte[] getEncoded()
public void getEncoded(byte[] output,
short offset)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||