Package java.security.spec
Class RSAPublicKeySpec
- java.lang.Object
-
- java.security.spec.RSAPublicKeySpec
-
-
Constructor Summary
Constructors Constructor Description RSAPublicKeySpec(BigInteger var0, BigInteger var1)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BigInteger
getModulus()
BigInteger
getPublicExponent()
-
-
-
Constructor Detail
-
RSAPublicKeySpec
public RSAPublicKeySpec(BigInteger var0, BigInteger var1)
-
-
Method Detail
-
getModulus
public BigInteger getModulus()
-
getPublicExponent
public BigInteger getPublicExponent()
-
-