public class RSAPrivateKeySpec extends Object implements KeySpec
Constructor and Description |
---|
RSAPrivateKeySpec(BigInteger var0,
BigInteger var1) |
Modifier and Type | Method and Description |
---|---|
BigInteger |
getModulus() |
BigInteger |
getPrivateExponent() |
public RSAPrivateKeySpec(BigInteger var0, BigInteger var1)
public BigInteger getModulus()
public BigInteger getPrivateExponent()
Copyright © 2006–2013 OSGi Alliance. All rights reserved.