javacard.security
Interface ECKey
- All Known Subinterfaces:
- ECPrivateKey, ECPublicKey
- public interface ECKey
Method Summary |
short |
getA(byte[],
short)
|
short |
getB(byte[],
short)
|
short |
getField(byte[],
short)
|
short |
getG(byte[],
short)
|
short |
getK()
|
short |
getR(byte[],
short)
|
void |
setA(byte[],
short,
short)
|
void |
setB(byte[],
short,
short)
|
void |
setFieldF2M(short)
|
void |
setFieldF2M(short,
short,
short)
|
void |
setFieldFP(byte[],
short,
short)
|
void |
setG(byte[],
short,
short)
|
void |
setK(short)
|
void |
setR(byte[],
short,
short)
|
setFieldFP
public void setFieldFP(byte[],
short,
short)
throws CryptoException
CryptoException
setFieldF2M
public void setFieldF2M(short)
throws CryptoException
CryptoException
setFieldF2M
public void setFieldF2M(short,
short,
short)
throws CryptoException
CryptoException
setA
public void setA(byte[],
short,
short)
throws CryptoException
CryptoException
setB
public void setB(byte[],
short,
short)
throws CryptoException
CryptoException
setG
public void setG(byte[],
short,
short)
throws CryptoException
CryptoException
setR
public void setR(byte[],
short,
short)
throws CryptoException
CryptoException
setK
public void setK(short)
getField
public short getField(byte[],
short)
throws CryptoException
CryptoException
getA
public short getA(byte[],
short)
throws CryptoException
CryptoException
getB
public short getB(byte[],
short)
throws CryptoException
CryptoException
getG
public short getG(byte[],
short)
throws CryptoException
CryptoException
getR
public short getR(byte[],
short)
throws CryptoException
CryptoException
getK
public short getK()
throws CryptoException
CryptoException