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