javacard.security
Interface RSAPrivateCrtKey
- All Superinterfaces:
- Key, PrivateKey
- public interface RSAPrivateCrtKey
- extends PrivateKey
Method Summary |
short |
getDP1(byte[],
short)
|
short |
getDQ1(byte[],
short)
|
short |
getP(byte[],
short)
|
short |
getPQ(byte[],
short)
|
short |
getQ(byte[],
short)
|
void |
setDP1(byte[],
short,
short)
|
void |
setDQ1(byte[],
short,
short)
|
void |
setP(byte[],
short,
short)
|
void |
setPQ(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
setDP1
public void setDP1(byte[],
short,
short)
throws CryptoException
CryptoException
setDQ1
public void setDQ1(byte[],
short,
short)
throws CryptoException
CryptoException
setPQ
public void setPQ(byte[],
short,
short)
throws CryptoException
CryptoException
getP
public short getP(byte[],
short)
getQ
public short getQ(byte[],
short)
getDP1
public short getDP1(byte[],
short)
getDQ1
public short getDQ1(byte[],
short)
getPQ
public short getPQ(byte[],
short)