COM.claymoresystems.crypto
Class BaseDSAPublicKey
java.lang.Object
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 |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Y
protected java.math.BigInteger Y
params
protected java.security.interfaces.DSAParams params
BaseDSAPublicKey
protected BaseDSAPublicKey()
BaseDSAPublicKey
public BaseDSAPublicKey(java.security.interfaces.DSAPublicKey key)
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.