org.apache.geronimo.util.crypto.params
Class RSAPrivateCrtKeyParameters
java.lang.Object
org.apache.geronimo.util.crypto.params.AsymmetricKeyParameter
org.apache.geronimo.util.crypto.params.RSAKeyParameters
org.apache.geronimo.util.crypto.params.RSAPrivateCrtKeyParameters
- All Implemented Interfaces:
- CipherParameters
public class RSAPrivateCrtKeyParameters
- extends RSAKeyParameters
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RSAPrivateCrtKeyParameters
public RSAPrivateCrtKeyParameters(BigInteger modulus,
BigInteger publicExponent,
BigInteger privateExponent,
BigInteger p,
BigInteger q,
BigInteger dP,
BigInteger dQ,
BigInteger qInv)
getPublicExponent
public BigInteger getPublicExponent()
getP
public BigInteger getP()
getQ
public BigInteger getQ()
getDP
public BigInteger getDP()
getDQ
public BigInteger getDQ()
getQInv
public BigInteger getQInv()
Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.