public class AndroidKeyStoreRSAPrivateKey extends AndroidKeyStorePrivateKey implements RSAKey
PrivateKey
and RSAKey
) backed by keystore.serialVersionUID
Constructor and Description |
---|
AndroidKeyStoreRSAPrivateKey(String alias,
int uid,
BigInteger modulus) |
Modifier and Type | Method and Description |
---|---|
BigInteger |
getModulus()
Returns the modulus.
|
equals, getAlgorithm, getEncoded, getFormat, hashCode
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
getAlgorithm, getEncoded, getFormat
public AndroidKeyStoreRSAPrivateKey(String alias, int uid, BigInteger modulus)
public BigInteger getModulus()
RSAKey
getModulus
in interface RSAKey