Class ECPublicKeyParameters
- java.lang.Object
-
- org.gudy.bouncycastle.crypto.params.AsymmetricKeyParameter
-
- org.gudy.bouncycastle.crypto.params.ECKeyParameters
-
- org.gudy.bouncycastle.crypto.params.ECPublicKeyParameters
-
- All Implemented Interfaces:
CipherParameters
public class ECPublicKeyParameters extends ECKeyParameters
-
-
Field Summary
Fields Modifier and Type Field Description (package private) ECPoint
Q
-
Fields inherited from class org.gudy.bouncycastle.crypto.params.ECKeyParameters
params
-
Fields inherited from class org.gudy.bouncycastle.crypto.params.AsymmetricKeyParameter
privateKey
-
-
Constructor Summary
Constructors Constructor Description ECPublicKeyParameters(ECPoint Q, ECDomainParameters params)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ECPoint
getQ()
-
Methods inherited from class org.gudy.bouncycastle.crypto.params.ECKeyParameters
getParameters
-
Methods inherited from class org.gudy.bouncycastle.crypto.params.AsymmetricKeyParameter
isPrivate
-
-
-
-
Field Detail
-
Q
ECPoint Q
-
-
Constructor Detail
-
ECPublicKeyParameters
public ECPublicKeyParameters(ECPoint Q, ECDomainParameters params)
-
-
Method Detail
-
getQ
public ECPoint getQ()
-
-