public final class AsymmetricECGOST3410PublicKey extends AsymmetricGOST3410Key<ECDomainParameters> implements AsymmetricPublicKey
domainParameters
Constructor and Description |
---|
AsymmetricECGOST3410PublicKey(Algorithm algorithm,
byte[] enc) |
AsymmetricECGOST3410PublicKey(Algorithm algorithm,
GOST3410Parameters<ECDomainParameters> params,
ECPoint w) |
AsymmetricECGOST3410PublicKey(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, zeroize
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
getAlgorithm
public AsymmetricECGOST3410PublicKey(Algorithm algorithm, GOST3410Parameters<ECDomainParameters> params, ECPoint w)
public AsymmetricECGOST3410PublicKey(Algorithm algorithm, byte[] enc)
public AsymmetricECGOST3410PublicKey(Algorithm algorithm, SubjectPublicKeyInfo publicKeyInfo)
public ECPoint getW()
public byte[] getEncoded()
AsymmetricKey
getEncoded
in interface AsymmetricKey
public boolean equals(java.lang.Object o)
Key