org.apache.geronimo.util.crypto.params
Class RSAKeyParameters
java.lang.Object
org.apache.geronimo.util.crypto.params.AsymmetricKeyParameter
org.apache.geronimo.util.crypto.params.RSAKeyParameters
- All Implemented Interfaces:
- CipherParameters
- Direct Known Subclasses:
- RSAPrivateCrtKeyParameters
public class RSAKeyParameters
- extends AsymmetricKeyParameter
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RSAKeyParameters
public RSAKeyParameters(boolean isPrivate,
BigInteger modulus,
BigInteger exponent)
getModulus
public BigInteger getModulus()
getExponent
public BigInteger getExponent()
Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.