Package org.mozilla.jss.pkcs11
Class PK11DSAPublicKey
java.lang.Object
org.mozilla.jss.pkcs11.PK11Key
org.mozilla.jss.pkcs11.PK11PubKey
org.mozilla.jss.pkcs11.PK11DSAPublicKey
- All Implemented Interfaces:
Serializable
,AutoCloseable
,DSAKey
,DSAPublicKey
,Key
,PublicKey
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate byte[]
private byte[]
private byte[]
getY()
private byte[]
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
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
PK11DSAPublicKey
public PK11DSAPublicKey(byte[] pointer)
-
-
Method Details
-
getParams
-
getY
- Specified by:
getY
in interfaceDSAPublicKey
-
getPByteArray
private byte[] getPByteArray() -
getQByteArray
private byte[] getQByteArray() -
getGByteArray
private byte[] getGByteArray() -
getYByteArray
private byte[] getYByteArray()
-