gnu.crypto.pki.provider
Class GnuDSAPublicKey
- DSAPublicKey
public class GnuDSAPublicKey
implements DSAPublicKey
(package private) BigInteger | g
|
(package private) BigInteger | p
|
(package private) BigInteger | q
|
(package private) BigInteger | y
|
g
(package private) BigInteger g
p
(package private) BigInteger p
q
(package private) BigInteger q
y
(package private) BigInteger y
GnuDSAPublicKey
public GnuDSAPublicKey(BigInteger y,
BigInteger p,
BigInteger q,
BigInteger g)
getAlgorithm
public String getAlgorithm()
getEncoded
public byte[] getEncoded()
The encoded form of DSA public keys is:
SubjectPublicKeyInfo ::= SEQUENCE {
algorithm AlgorithmIdentifier,
subjectPublicKey BIT STRING }
getFormat
public String getFormat()
getParams
public DSAParams getParams()
getY
public BigInteger getY()
toString
public String toString()
Copyright © 2001, 2002, 2003
Free Software Foundation,
Inc. All Rights Reserved.