org.bouncycastle.jce.provider
public class JDKDSAPublicKey extends Object implements DSAPublicKey
| Method Summary | |
|---|---|
| boolean | equals(Object o) |
| String | getAlgorithm() |
| byte[] | getEncoded() |
| String | getFormat() |
| DSAParams | getParams() |
| BigInteger | getY() |
| int | hashCode() |
| String | toString() |