org.apache.geronimo.util.jce.provider
Class JDKDSAPublicKey
java.lang.Object
org.apache.geronimo.util.jce.provider.JDKDSAPublicKey
- All Implemented Interfaces:
- Serializable, DSAKey, DSAPublicKey, Key, PublicKey
public class JDKDSAPublicKey
- extends Object
- implements DSAPublicKey
- See Also:
- Serialized Form
getAlgorithm
public String getAlgorithm()
- Specified by:
getAlgorithm
in interface Key
getFormat
public String getFormat()
- Specified by:
getFormat
in interface Key
getEncoded
public byte[] getEncoded()
- Specified by:
getEncoded
in interface Key
getParams
public DSAParams getParams()
- Specified by:
getParams
in interface DSAKey
getY
public BigInteger getY()
- Specified by:
getY
in interface DSAPublicKey
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.