COM.claymoresystems.crypto
Class BaseDSAPrivateKey

java.lang.Object
  extended by COM.claymoresystems.crypto.BaseDSAPrivateKey
All Implemented Interfaces:
java.io.Serializable, java.security.interfaces.DSAKey, java.security.interfaces.DSAPrivateKey, java.security.Key, java.security.PrivateKey
Direct Known Subclasses:
EAYDSAPrivateKey

public class BaseDSAPrivateKey
extends java.lang.Object
implements java.security.interfaces.DSAPrivateKey

See Also:
Serialized Form

Field Summary
protected  java.security.interfaces.DSAParams params
           
protected  java.math.BigInteger X
           
 
Fields inherited from interface java.security.interfaces.DSAPrivateKey
serialVersionUID
 
Constructor Summary
protected BaseDSAPrivateKey()
           
  BaseDSAPrivateKey(java.security.interfaces.DSAPrivateKey key)
           
 
Method Summary
 java.lang.String getAlgorithm()
           
 byte[] getEncoded()
           
 java.lang.String getFormat()
           
 java.security.interfaces.DSAParams getParams()
           
 java.math.BigInteger getX()
           
 java.math.BigInteger getY()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

X

protected java.math.BigInteger X

params

protected java.security.interfaces.DSAParams params
Constructor Detail

BaseDSAPrivateKey

protected BaseDSAPrivateKey()

BaseDSAPrivateKey

public BaseDSAPrivateKey(java.security.interfaces.DSAPrivateKey key)
Method Detail

getX

public java.math.BigInteger getX()
Specified by:
getX in interface java.security.interfaces.DSAPrivateKey

getY

public java.math.BigInteger getY()

getParams

public java.security.interfaces.DSAParams getParams()
Specified by:
getParams in interface java.security.interfaces.DSAKey

getEncoded

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

getFormat

public java.lang.String getFormat()
Specified by:
getFormat in interface java.security.Key

getAlgorithm

public java.lang.String getAlgorithm()
Specified by:
getAlgorithm in interface java.security.Key


Copyright (c) 1999-2001 Claymore Systems, Inc., All Rights Reserved.