COM.claymoresystems.crypto
Class BaseDSAPublicKey

java.lang.Object
  extended by COM.claymoresystems.crypto.BaseDSAPublicKey
All Implemented Interfaces:
java.io.Serializable, java.security.interfaces.DSAKey, java.security.interfaces.DSAPublicKey, java.security.Key, java.security.PublicKey
Direct Known Subclasses:
RawDSAPublicKey, X509DSAPublicKey

public class BaseDSAPublicKey
extends java.lang.Object
implements java.security.interfaces.DSAPublicKey

See Also:
Serialized Form

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

Field Detail

Y

protected java.math.BigInteger Y

params

protected java.security.interfaces.DSAParams params
Constructor Detail

BaseDSAPublicKey

protected BaseDSAPublicKey()

BaseDSAPublicKey

public BaseDSAPublicKey(java.security.interfaces.DSAPublicKey key)
Method Detail

getY

public java.math.BigInteger getY()
Specified by:
getY in interface java.security.interfaces.DSAPublicKey

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.