Class DSAPublicKeyParameters
- java.lang.Object
-
- org.gudy.bouncycastle.crypto.params.AsymmetricKeyParameter
-
- org.gudy.bouncycastle.crypto.params.DSAKeyParameters
-
- org.gudy.bouncycastle.crypto.params.DSAPublicKeyParameters
-
- All Implemented Interfaces:
CipherParameters
public class DSAPublicKeyParameters extends DSAKeyParameters
-
-
Field Summary
Fields Modifier and Type Field Description private java.math.BigInteger
y
-
Fields inherited from class org.gudy.bouncycastle.crypto.params.AsymmetricKeyParameter
privateKey
-
-
Constructor Summary
Constructors Constructor Description DSAPublicKeyParameters(java.math.BigInteger y, DSAParameters params)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.math.BigInteger
getY()
-
Methods inherited from class org.gudy.bouncycastle.crypto.params.DSAKeyParameters
getParameters
-
Methods inherited from class org.gudy.bouncycastle.crypto.params.AsymmetricKeyParameter
isPrivate
-
-
-
-
Constructor Detail
-
DSAPublicKeyParameters
public DSAPublicKeyParameters(java.math.BigInteger y, DSAParameters params)
-
-