COM.claymoresystems.crypto
Class RawDSAPublicKey

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

public class RawDSAPublicKey
extends BaseDSAPublicKey

See Also:
Serialized Form

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

Constructor Detail

RawDSAPublicKey

public RawDSAPublicKey(java.math.BigInteger Y,
                       java.security.interfaces.DSAParams params)


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