gnu.crypto.pki.provider
public class GnuDSAPublicKey extends Object implements DSAPublicKey
| Field Summary | |
|---|---|
| BigInteger | g |
| BigInteger | p |
| BigInteger | q |
| BigInteger | y |
| Constructor Summary | |
|---|---|
| GnuDSAPublicKey(BigInteger y, BigInteger p, BigInteger q, BigInteger g) | |
| Method Summary | |
|---|---|
| String | getAlgorithm() |
| byte[] | getEncoded()
The encoded form of DSA public keys is:
|
| String | getFormat() |
| DSAParams | getParams() |
| BigInteger | getY() |
| String | toString() |
SubjectPublicKeyInfo ::= SEQUENCE {
algorithm AlgorithmIdentifier,
subjectPublicKey BIT STRING }