Package org.mozilla.jss.pkcs11
Class PK11ECPublicKey
- java.lang.Object
-
- org.mozilla.jss.pkcs11.PK11PubKey
-
- org.mozilla.jss.pkcs11.PK11ECPublicKey
-
- All Implemented Interfaces:
java.io.Serializable
,java.security.Key
,java.security.PublicKey
public final class PK11ECPublicKey extends PK11PubKey
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected org.mozilla.jss.pkcs11.KeyProxy
keyProxy
-
Constructor Summary
Constructors Constructor Description PK11ECPublicKey(byte[] pointer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.math.BigInteger
getCurve()
byte[]
getCurveBA()
java.math.BigInteger
getW()
-
Methods inherited from class org.mozilla.jss.pkcs11.PK11PubKey
fromRaw, fromSPKI, getAlgorithm, getEncoded, getFormat, getKeyType, verifyKeyIsOnToken
-
-