public final class AsymmetricECGOST3410PublicKey extends AsymmetricGOST3410Key<ECDomainParameters> implements AsymmetricPublicKey
domainParameters, ecAcceptable, fpAcceptable| 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, isThreadCorrectMode, zeroizeclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetAlgorithmpublic 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()
AsymmetricKeygetEncoded in interface AsymmetricKeypublic boolean equals(java.lang.Object o)
Key