Class EcPublicKeyParameters
- java.lang.Object
-
- org.bouncycastle.crypto.internal.params.AsymmetricKeyParameter
-
- org.bouncycastle.crypto.internal.params.EcKeyParameters
-
- org.bouncycastle.crypto.internal.params.EcPublicKeyParameters
-
- All Implemented Interfaces:
CipherParameters
public class EcPublicKeyParameters extends EcKeyParameters
-
-
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.bouncycastle.crypto.internal.params.EcKeyParameters
getParameters
-
Methods inherited from class org.bouncycastle.crypto.internal.params.AsymmetricKeyParameter
isPrivate
-
-
-
-
Constructor Detail
-
EcPublicKeyParameters
public EcPublicKeyParameters(ECPoint Q, EcDomainParameters params)
-
-
Method Detail
-
getQ
public ECPoint getQ()
-
-