public class AndroidKeyStoreRSAPublicKey extends AndroidKeyStorePublicKey implements RSAPublicKey
RSAPublicKey
backed by Android Keystore.serialVersionUID
Constructor and Description |
---|
AndroidKeyStoreRSAPublicKey(String alias,
int uid,
byte[] x509EncodedForm,
BigInteger modulus,
BigInteger publicExponent) |
AndroidKeyStoreRSAPublicKey(String alias,
int uid,
RSAPublicKey info) |
Modifier and Type | Method and Description |
---|---|
BigInteger |
getModulus()
Returns the modulus.
|
BigInteger |
getPublicExponent()
Returns the public exponent.
|
equals, getEncoded, getFormat, hashCode
getAlgorithm
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
getAlgorithm, getEncoded, getFormat
public AndroidKeyStoreRSAPublicKey(String alias, int uid, byte[] x509EncodedForm, BigInteger modulus, BigInteger publicExponent)
public AndroidKeyStoreRSAPublicKey(String alias, int uid, RSAPublicKey info)
public BigInteger getModulus()
RSAKey
getModulus
in interface RSAKey
public BigInteger getPublicExponent()
RSAPublicKey
getPublicExponent
in interface RSAPublicKey