org.mozilla.jss.pkcs11
Class PK11DSAPublicKey

java.lang.Object
  extended byorg.mozilla.jss.pkcs11.PK11Key
      extended byorg.mozilla.jss.pkcs11.PK11PubKey
          extended byorg.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

Field Summary
 
Fields inherited from class org.mozilla.jss.pkcs11.PK11PubKey
keyProxy
 
Fields inherited from interface java.security.interfaces.DSAPublicKey
serialVersionUID
 
Constructor Summary
PK11DSAPublicKey(byte[] pointer)
           
 
Method Summary
 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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.security.Key
getAlgorithm, getEncoded, getFormat
 

Constructor Detail

PK11DSAPublicKey

public PK11DSAPublicKey(byte[] pointer)
Method Detail

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