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, zeroize
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
getAlgorithm
public 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()
AsymmetricKey
getEncoded
in interface AsymmetricKey
public boolean equals(java.lang.Object o)
Key