public final class AsymmetricDSTU4145PrivateKey extends AsymmetricDSTU4145Key implements AsymmetricPrivateKey
dstu4145Identifier| Constructor and Description |
|---|
AsymmetricDSTU4145PrivateKey(Algorithm ecAlg,
byte[] encoding) |
AsymmetricDSTU4145PrivateKey(Algorithm algorithm,
DSTU4145Parameters parameters,
java.math.BigInteger s) |
AsymmetricDSTU4145PrivateKey(Algorithm ecAlg,
PrivateKeyInfo privateKeyInfo) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o)
Return true if o is an equivalent key to this.
|
protected void |
finalize() |
byte[] |
getEncoded()
Return an ASN.1 encoding of the key wrapped in a PrivateKeyInfo or a SubjectPublicKeyInfo structure.
|
java.math.BigInteger |
getS() |
int |
hashCode()
Return the hashCode for the key.
|
checkApprovedOnlyModeStatus, getAlgorithm, getParameters, reverseBytesclone, getClass, notify, notifyAll, toString, wait, wait, waitgetAlgorithmpublic AsymmetricDSTU4145PrivateKey(Algorithm algorithm, DSTU4145Parameters parameters, java.math.BigInteger s)
public AsymmetricDSTU4145PrivateKey(Algorithm ecAlg, byte[] encoding)
public AsymmetricDSTU4145PrivateKey(Algorithm ecAlg, PrivateKeyInfo privateKeyInfo)
public final byte[] getEncoded()
AsymmetricKeygetEncoded in interface AsymmetricKeypublic java.math.BigInteger getS()
public boolean equals(java.lang.Object o)
Keypublic int hashCode()
Keyprotected void finalize()
throws java.lang.Throwable
finalize in class java.lang.Objectjava.lang.Throwable