COM.claymoresystems.crypto
Class RawDSAPublicKey

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

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)
           
 
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.