java.security.spec
Class RSAPublicKeySpec
java.lang.Object
java.security.spec.RSAPublicKeySpec
- All Implemented Interfaces:
- KeySpec
public class RSAPublicKeySpec
- extends Object
- implements KeySpec
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RSAPublicKeySpec
public RSAPublicKeySpec(BigInteger var0,
BigInteger var1)
getModulus
public BigInteger getModulus()
getPublicExponent
public BigInteger getPublicExponent()
Copyright © 2006-2010 OSGi Alliance. All Rights Reserved.