java.security.spec
Class RSAPublicKeySpec

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

public class RSAPublicKeySpec
extends Object
implements KeySpec


Constructor Summary
RSAPublicKeySpec(BigInteger var0, BigInteger var1)
           
 
Method Summary
 BigInteger getModulus()
           
 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(BigInteger var0,
                        BigInteger var1)
Method Detail

getModulus

public BigInteger getModulus()

getPublicExponent

public BigInteger getPublicExponent()


Copyright © 2006-2010 OSGi Alliance. All Rights Reserved.