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:
- java.security.interfaces.DSAKey, java.security.interfaces.DSAPublicKey, java.security.Key, java.security.PublicKey, java.io.Serializable
- public final class PK11DSAPublicKey
- extends PK11PubKey
- implements java.security.interfaces.DSAPublicKey
- See Also:
- Serialized Form
Fields inherited from interface java.security.interfaces.DSAPublicKey |
serialVersionUID |
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait |
Methods inherited from interface java.security.Key |
getAlgorithm, getEncoded, getFormat |
PK11DSAPublicKey
public PK11DSAPublicKey(byte[] pointer)
getParams
public java.security.interfaces.DSAParams getParams()
- Specified by:
getParams
in interface java.security.interfaces.DSAKey
getY
public java.math.BigInteger getY()
- Specified by:
getY
in interface java.security.interfaces.DSAPublicKey
getPByteArray
private byte[] getPByteArray()
getQByteArray
private byte[] getQByteArray()
getGByteArray
private byte[] getGByteArray()
getYByteArray
private byte[] getYByteArray()