ice.crypto
Class DSAPrivateKeyImpl

java.lang.Object
  extended byice.crypto.DSAPrivateKeyImpl
All Implemented Interfaces:
DSAKey, DSAPrivateKey, Key, PrivateKey, Serializable

public class DSAPrivateKeyImpl
extends Object
implements DSAPrivateKey

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface java.security.interfaces.DSAPrivateKey
serialVersionUID
 
Constructor Summary
DSAPrivateKeyImpl(BigInteger x, DSAParams parameters, byte[] encoded, String format)
           
 
Method Summary
 String getAlgorithm()
           
 byte[] getEncoded()
           
 String getFormat()
           
 DSAParams getParams()
           
 BigInteger getX()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DSAPrivateKeyImpl

public DSAPrivateKeyImpl(BigInteger x,
                         DSAParams parameters,
                         byte[] encoded,
                         String format)
Method Detail

getX

public BigInteger getX()
Specified by:
getX in interface DSAPrivateKey

getParams

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

getAlgorithm

public String getAlgorithm()
Specified by:
getAlgorithm in interface Key

getEncoded

public byte[] getEncoded()
Specified by:
getEncoded in interface Key

getFormat

public String getFormat()
Specified by:
getFormat in interface Key