javacard.security
Interface DSAKey
- All Known Subinterfaces:
- DSAPrivateKey, DSAPublicKey
- public interface DSAKey
Method Summary |
short |
getG(byte[],
short)
|
short |
getP(byte[],
short)
|
short |
getQ(byte[],
short)
|
void |
setG(byte[],
short,
short)
|
void |
setP(byte[],
short,
short)
|
void |
setQ(byte[],
short,
short)
|
setP
public void setP(byte[],
short,
short)
throws CryptoException
CryptoException
setQ
public void setQ(byte[],
short,
short)
throws CryptoException
CryptoException
setG
public void setG(byte[],
short,
short)
throws CryptoException
CryptoException
getP
public short getP(byte[],
short)
getQ
public short getQ(byte[],
short)
getG
public short getG(byte[],
short)