java.io.Serializable, java.security.Key, java.security.PrivateKey, javax.security.auth.Destroyablepublic class RSAPrivateCrtKey2
extends java.lang.Object
implements java.security.PrivateKey
| Constructor | Description |
|---|---|
RSAPrivateCrtKey2(java.math.BigInteger p,
java.math.BigInteger q,
java.math.BigInteger dP,
java.math.BigInteger dQ,
java.math.BigInteger qInv) |
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
getAlgorithm() |
|
java.math.BigInteger |
getAp() |
|
java.math.BigInteger |
getAq() |
|
java.math.BigInteger |
getdP() |
|
java.math.BigInteger |
getdQ() |
|
byte[] |
getEncoded() |
|
java.lang.String |
getFormat() |
|
java.math.BigInteger |
getP() |
|
java.math.BigInteger |
getQ() |
|
java.math.BigInteger |
getQInv() |
|
void |
setAp(java.math.BigInteger ap) |
|
void |
setAq(java.math.BigInteger aq) |
public RSAPrivateCrtKey2(java.math.BigInteger p,
java.math.BigInteger q,
java.math.BigInteger dP,
java.math.BigInteger dQ,
java.math.BigInteger qInv)
public java.math.BigInteger getP()
public java.math.BigInteger getQ()
public java.math.BigInteger getdP()
public java.math.BigInteger getdQ()
public java.math.BigInteger getQInv()
public byte[] getEncoded()
getEncoded in interface java.security.Keypublic java.lang.String getAlgorithm()
getAlgorithm in interface java.security.Keypublic java.lang.String getFormat()
getFormat in interface java.security.Keypublic void setAp(java.math.BigInteger ap)
public java.math.BigInteger getAp()
public void setAq(java.math.BigInteger aq)
public java.math.BigInteger getAq()
Copyright © 2018. All rights reserved.