Package org.mozilla.jss.pkcs11
Class PK11ECPublicKey
java.lang.Object
org.mozilla.jss.pkcs11.PK11PubKey
org.mozilla.jss.pkcs11.PK11ECPublicKey
- All Implemented Interfaces:
Serializable
,AutoCloseable
,ECKey
,ECPublicKey
,Key
,PublicKey
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.mozilla.jss.pkcs11.PK11PubKey
fromRaw, fromSPKI, getAlgorithm, getEncoded, getFormat, getKeyType, verifyKeyIsOnToken
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.security.Key
getAlgorithm, getEncoded, getFormat
-
Field Details
-
keyProxy
protected org.mozilla.jss.pkcs11.KeyProxy keyProxy
-
-
Constructor Details
-
PK11ECPublicKey
public PK11ECPublicKey(byte[] pointer)
-
-
Method Details
-
getParams
-
getCurveBA
public byte[] getCurveBA() -
getW
- Specified by:
getW
in interfaceECPublicKey
-
getWByteArray
public byte[] getWByteArray() -
finalize
-
close
- Specified by:
close
in interfaceAutoCloseable
- Throws:
Exception
-