Bouncy Castle Cryptography 1.28

java.security.spec
Class RSAPublicKeySpec

java.lang.Object
  extended byjava.security.spec.RSAPublicKeySpec
All Implemented Interfaces:
KeySpec

public class RSAPublicKeySpec
extends java.lang.Object
implements KeySpec


Constructor Summary
RSAPublicKeySpec(java.math.BigInteger modulus, java.math.BigInteger publicExponent)
           
 
Method Summary
 java.math.BigInteger getModulus()
           
 java.math.BigInteger getPublicExponent()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RSAPublicKeySpec

public RSAPublicKeySpec(java.math.BigInteger modulus,
                        java.math.BigInteger publicExponent)
Method Detail

getModulus

public java.math.BigInteger getModulus()

getPublicExponent

public java.math.BigInteger getPublicExponent()

Bouncy Castle Cryptography 1.28