public class

JDKDSAPublicKey

extends Object
implements DSAPublicKey
java.lang.Object
   ↳ org.bouncycastle.jce.provider.JDKDSAPublicKey

Summary

[Expand]
Inherited Constants
From interface java.security.Key
From interface java.security.PublicKey
From interface java.security.interfaces.DSAPublicKey
Public Methods
boolean equals(Object o)
String getAlgorithm()
byte[] getEncoded()
String getFormat()
DSAParams getParams()
BigInteger getY()
int hashCode()
String toString()
[Expand]
Inherited Methods
From class java.lang.Object
From interface java.security.Key
From interface java.security.interfaces.DSAKey
From interface java.security.interfaces.DSAPublicKey

Public Methods

public boolean equals (Object o)

public String getAlgorithm ()

public byte[] getEncoded ()

public String getFormat ()

public DSAParams getParams ()

public BigInteger getY ()

public int hashCode ()

public String toString ()