javacard.security
Interface ECPublicKey
- All Superinterfaces:
- ECKey, Key, PublicKey
- public interface ECPublicKey
- extends PublicKey, ECKey
Method Summary |
short |
getW(byte[],
short)
|
void |
setW(byte[],
short,
short)
|
Methods inherited from interface javacard.security.ECKey |
getA, getB, getField, getG, getK, getR, setA, setB, setFieldF2M, setFieldF2M, setFieldFP, setG, setK, setR |
setW
public void setW(byte[],
short,
short)
throws CryptoException
CryptoException
getW
public short getW(byte[],
short)
throws CryptoException
CryptoException