public class RSAPrivateCrtKey2 extends Object implements PrivateKey
| Constructor and Description |
|---|
RSAPrivateCrtKey2(BigInteger p,
BigInteger q,
BigInteger dP,
BigInteger dQ,
BigInteger qInv) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAlgorithm() |
BigInteger |
getAp() |
BigInteger |
getAq() |
BigInteger |
getdP() |
BigInteger |
getdQ() |
byte[] |
getEncoded() |
String |
getFormat() |
BigInteger |
getP() |
BigInteger |
getQ() |
BigInteger |
getQInv() |
void |
setAp(BigInteger ap) |
void |
setAq(BigInteger aq) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdestroy, isDestroyedpublic RSAPrivateCrtKey2(BigInteger p, BigInteger q, BigInteger dP, BigInteger dQ, BigInteger qInv)
public BigInteger getP()
public BigInteger getQ()
public BigInteger getdP()
public BigInteger getdQ()
public BigInteger getQInv()
public byte[] getEncoded()
getEncoded in interface Keypublic String getAlgorithm()
getAlgorithm in interface Keypublic BigInteger getAp()
public void setAp(BigInteger ap)
public BigInteger getAq()
public void setAq(BigInteger aq)
Copyright © 2020. All rights reserved.