public final class RSAPrivateKeyImpl extends PKCS8Key implements java.security.interfaces.RSAPrivateKey
RSAPrivateCrtKeyImpl,
RSAKeyFactory,
Serialized Formalgid, encodedKey, key| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAlgorithm()
Returns the algorithm to be used with this key.
|
java.math.BigInteger |
getModulus() |
java.security.spec.AlgorithmParameterSpec |
getParams() |
java.math.BigInteger |
getPrivateExponent() |
java.lang.String |
toString() |
clear, equals, getAlgorithmId, getEncoded, getFormat, hashCode, parseKey, writeReplacepublic java.lang.String getAlgorithm()
PKCS8KeygetAlgorithm in interface java.security.KeygetAlgorithm in class PKCS8Keypublic java.math.BigInteger getModulus()
getModulus in interface java.security.interfaces.RSAKeypublic java.math.BigInteger getPrivateExponent()
getPrivateExponent in interface java.security.interfaces.RSAPrivateKeypublic java.security.spec.AlgorithmParameterSpec getParams()
getParams in interface java.security.interfaces.RSAKeypublic java.lang.String toString()
toString in class java.lang.Object