public class AndroidKeyStoreECPublicKey extends AndroidKeyStorePublicKey implements ECPublicKey
ECPublicKey
backed by keystore.serialVersionUID
Constructor and Description |
---|
AndroidKeyStoreECPublicKey(String alias,
int uid,
byte[] x509EncodedForm,
ECParameterSpec params,
ECPoint w) |
AndroidKeyStoreECPublicKey(String alias,
int uid,
ECPublicKey info) |
Modifier and Type | Method and Description |
---|---|
ECParameterSpec |
getParams()
Returns the domain parameters associated
with this key.
|
ECPoint |
getW()
Returns the public point W.
|
equals, getEncoded, getFormat, hashCode
getAlgorithm
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
getAlgorithm, getEncoded, getFormat
public AndroidKeyStoreECPublicKey(String alias, int uid, byte[] x509EncodedForm, ECParameterSpec params, ECPoint w)
public AndroidKeyStoreECPublicKey(String alias, int uid, ECPublicKey info)
public ECParameterSpec getParams()
ECKey
public ECPoint getW()
ECPublicKey
getW
in interface ECPublicKey