public class DSAPublicKeyImpl
extends java.lang.Object
implements java.security.interfaces.DSAPublicKey
Constructor and Description |
---|
DSAPublicKeyImpl(java.math.BigInteger y,
java.security.interfaces.DSAParams params) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAlgorithm() |
byte[] |
getEncoded() |
java.lang.String |
getFormat() |
java.security.interfaces.DSAParams |
getParams() |
java.math.BigInteger |
getY() |
public DSAPublicKeyImpl(java.math.BigInteger y, java.security.interfaces.DSAParams params) throws java.lang.NumberFormatException
java.lang.NumberFormatException
public java.math.BigInteger getY()
getY
in interface java.security.interfaces.DSAPublicKey
public java.security.interfaces.DSAParams getParams()
getParams
in interface java.security.interfaces.DSAKey
public java.lang.String getAlgorithm()
getAlgorithm
in interface java.security.Key
public java.lang.String getFormat()
getFormat
in interface java.security.Key
public byte[] getEncoded()
getEncoded
in interface java.security.Key