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, getParamspublic 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.KeygetEncoded in class ECDSAKeyCopyright © 2025. All rights reserved.