public class KeychainRsaPrivateKey extends KeychainPrivateKey implements java.security.interfaces.RSAPrivateKey
| Constructor and Description |
|---|
KeychainRsaPrivateKey(KeychainKey keychainkey)
Constructor to the keychainRsa Private key.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAlgorithm()
The abstract method getAlgorithm which all Keychain key types will return
|
java.math.BigInteger |
getModulus()
Return the modulus to this RSA key
|
java.math.BigInteger |
getPrivateExponent() |
delete, destroyCriticalData, getEncoded, getFormat, getInstance, getInstance, getKeychainKey, getTypepublic KeychainRsaPrivateKey(KeychainKey keychainkey) throws KeychainException
keychainkey - KeychainExceptionpublic java.math.BigInteger getModulus()
getModulus in interface java.security.interfaces.RSAKeypublic java.lang.String getAlgorithm()
KeychainPrivateKeygetAlgorithm in interface java.security.KeygetAlgorithm in class KeychainPrivateKeypublic java.math.BigInteger getPrivateExponent()
getPrivateExponent in interface java.security.interfaces.RSAPrivateKey