com.mindbright.security.publickey
Class DSAKey

java.lang.Object
  extended by com.mindbright.jca.security.spec.DSAParamsImpl
      extended by com.mindbright.jca.security.spec.DSAParameterSpec
          extended by com.mindbright.security.publickey.DSAKey
All Implemented Interfaces:
DSAKey, DSAParams, Key, AlgorithmParameterSpec, java.io.Serializable
Direct Known Subclasses:
DSAPrivateKey, DSAPublicKey

public class DSAKey
extends DSAParameterSpec
implements DSAKey, Key

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.mindbright.jca.security.spec.DSAParamsImpl
g, p, q
 
Constructor Summary
protected DSAKey(java.math.BigInteger p, java.math.BigInteger q, java.math.BigInteger g)
           
 
Method Summary
 java.lang.String getAlgorithm()
          Get the algorithm name
 byte[] getEncoded()
          Get the key in its encoded form
 java.lang.String getFormat()
          Get the primary encoding format of this key.
 DSAParams getParams()
           
 
Methods inherited from class com.mindbright.jca.security.spec.DSAParamsImpl
getG, getP, getQ
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.mindbright.jca.security.interfaces.DSAParams
getG, getP, getQ
 

Constructor Detail

DSAKey

protected DSAKey(java.math.BigInteger p,
                 java.math.BigInteger q,
                 java.math.BigInteger g)
Method Detail

getAlgorithm

public java.lang.String getAlgorithm()
Description copied from interface: Key
Get the algorithm name

Specified by:
getAlgorithm in interface Key
Returns:
the name of the algorithm this key supports

getEncoded

public byte[] getEncoded()
Description copied from interface: Key
Get the key in its encoded form

Specified by:
getEncoded in interface Key
Returns:
the key in its encoded form

getFormat

public java.lang.String getFormat()
Description copied from interface: Key
Get the primary encoding format of this key.

Specified by:
getFormat in interface Key
Returns:
the primary encoding format of the key

getParams

public DSAParams getParams()
Specified by:
getParams in interface DSAKey