public final class PK11ECPublicKey extends PK11PubKey implements java.security.interfaces.ECPublicKey
| Modifier and Type | Field and Description |
|---|---|
protected org.mozilla.jss.pkcs11.KeyProxy |
keyProxy |
| Constructor and Description |
|---|
PK11ECPublicKey(byte[] pointer) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getCurveBA() |
java.security.spec.ECParameterSpec |
getParams() |
java.security.spec.ECPoint |
getW() |
byte[] |
getWByteArray() |
fromRaw, fromSPKI, getAlgorithm, getEncoded, getFormat, getKeyType, verifyKeyIsOnTokenpublic java.security.spec.ECParameterSpec getParams()
getParams in interface java.security.interfaces.ECKeypublic byte[] getCurveBA()
public java.security.spec.ECPoint getW()
getW in interface java.security.interfaces.ECPublicKeypublic byte[] getWByteArray()