|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--javacard.security.XORPublicKey
Field Summary | |
private byte[] |
key
|
Constructor Summary | |
XORPublicKey(byte[] buffer,
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 XORPublicKey(byte[] buffer, short offset, short length)
Method Detail |
public boolean isInitialized()
isInitialized
in interface Key
public void clearKey()
clearKey
in interface Key
public byte getType()
getType
in interface Key
public short getSize()
getSize
in interface Key
public 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 |