public final class AsymmetricDSTU4145PublicKey extends AsymmetricDSTU4145Key implements AsymmetricPublicKey
dstu4145Identifier, parameters| Constructor and Description |
|---|
AsymmetricDSTU4145PublicKey(Algorithm algorithm,
byte[] enc) |
AsymmetricDSTU4145PublicKey(Algorithm algorithm,
DSTU4145Parameters params,
ECPoint w) |
AsymmetricDSTU4145PublicKey(Algorithm algorithm,
SubjectPublicKeyInfo publicKeyInfo) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o)
Return true if o is an equivalent key to this.
|
byte[] |
getEncoded()
Return an ASN.1 encoding of the key wrapped in a PrivateKeyInfo or a SubjectPublicKeyInfo structure.
|
ECPoint |
getW() |
int |
hashCode()
Return the hashCode for the key.
|
checkApprovedOnlyModeStatus, getAlgorithm, getParameters, isThreadCorrectMode, reverseBytes, zeroizeclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetAlgorithmpublic AsymmetricDSTU4145PublicKey(Algorithm algorithm, DSTU4145Parameters params, ECPoint w)
public AsymmetricDSTU4145PublicKey(Algorithm algorithm, byte[] enc)
public AsymmetricDSTU4145PublicKey(Algorithm algorithm, SubjectPublicKeyInfo publicKeyInfo)
public ECPoint getW()
public byte[] getEncoded()
AsymmetricKeygetEncoded in interface AsymmetricKeypublic boolean equals(java.lang.Object o)
Key