public class AndroidKeyStoreECPrivateKey extends AndroidKeyStorePrivateKey implements ECKey
PrivateKey
and ECKey
) backed by keystore.serialVersionUID
Constructor and Description |
---|
AndroidKeyStoreECPrivateKey(String alias,
int uid,
ECParameterSpec params) |
Modifier and Type | Method and Description |
---|---|
ECParameterSpec |
getParams()
Returns the domain parameters associated
with this key.
|
equals, getAlgorithm, getEncoded, getFormat, hashCode
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
getAlgorithm, getEncoded, getFormat
public AndroidKeyStoreECPrivateKey(String alias, int uid, ECParameterSpec params)
public ECParameterSpec getParams()
ECKey