|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.geronimo.crypto.jce.provider.JCERSAPrivateKey
org.apache.geronimo.crypto.jce.provider.JCERSAPrivateCrtKey
public class JCERSAPrivateCrtKey
A provider representation for a RSA private key, with CRT factors included.
| Field Summary |
|---|
| Fields inherited from class org.apache.geronimo.crypto.jce.provider.JCERSAPrivateKey |
|---|
modulus, privateExponent |
| Fields inherited from interface java.security.interfaces.RSAPrivateCrtKey |
|---|
serialVersionUID |
| Method Summary | |
|---|---|
boolean |
equals(Object o)
|
BigInteger |
getCrtCoefficient()
return the CRT coefficient. |
byte[] |
getEncoded()
Return a PKCS8 representation of the key. |
String |
getFormat()
return the encoding format we produce in getEncoded(). |
BigInteger |
getPrimeExponentP()
return the prime exponent for P. |
BigInteger |
getPrimeExponentQ()
return the prime exponent for Q. |
BigInteger |
getPrimeP()
return the prime P. |
BigInteger |
getPrimeQ()
return the prime Q. |
BigInteger |
getPublicExponent()
return the public exponent. |
String |
toString()
|
| Methods inherited from class org.apache.geronimo.crypto.jce.provider.JCERSAPrivateKey |
|---|
getAlgorithm, getBagAttribute, getBagAttributeKeys, getModulus, getPrivateExponent, setBagAttribute |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.security.interfaces.RSAPrivateKey |
|---|
getPrivateExponent |
| Methods inherited from interface java.security.Key |
|---|
getAlgorithm |
| Methods inherited from interface java.security.interfaces.RSAKey |
|---|
getModulus |
| Method Detail |
|---|
public String getFormat()
getFormat in interface KeygetFormat in class JCERSAPrivateKeypublic byte[] getEncoded()
getEncoded in interface KeygetEncoded in class JCERSAPrivateKeypublic BigInteger getPublicExponent()
getPublicExponent in interface RSAPrivateCrtKeypublic BigInteger getPrimeP()
getPrimeP in interface RSAPrivateCrtKeypublic BigInteger getPrimeQ()
getPrimeQ in interface RSAPrivateCrtKeypublic BigInteger getPrimeExponentP()
getPrimeExponentP in interface RSAPrivateCrtKeypublic BigInteger getPrimeExponentQ()
getPrimeExponentQ in interface RSAPrivateCrtKeypublic BigInteger getCrtCoefficient()
getCrtCoefficient in interface RSAPrivateCrtKeypublic boolean equals(Object o)
equals in class JCERSAPrivateKeypublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||