public class ECDSAPublicKey extends ECDSAKey implements java.security.PublicKey
Constructor and Description |
---|
ECDSAPublicKey(ECDomainParameter aParameters,
ECGNUPoint aQ) |
Modifier and Type | Method and Description |
---|---|
static ECDSAPublicKey |
fromECPublicKey(java.security.interfaces.ECPublicKey pubKey) |
byte[] |
getEncoded() |
ECGNUPoint |
getMQ() |
java.security.spec.ECPoint |
getW() |
getAlgorithm, getFormat, getMParameters, getParams
public ECDSAPublicKey(ECDomainParameter aParameters, ECGNUPoint aQ)
public static ECDSAPublicKey fromECPublicKey(java.security.interfaces.ECPublicKey pubKey)
public ECGNUPoint getMQ()
public java.security.spec.ECPoint getW()
public byte[] getEncoded()
getEncoded
in interface java.security.Key
getEncoded
in class ECDSAKey
Copyright © 2025. All rights reserved.