Class ECKeyParameters
java.lang.Object
org.gudy.bouncycastle.crypto.params.AsymmetricKeyParameter
org.gudy.bouncycastle.crypto.params.ECKeyParameters
- All Implemented Interfaces:
CipherParameters
- Direct Known Subclasses:
ECPrivateKeyParameters, ECPublicKeyParameters
-
Field Summary
FieldsFields inherited from class AsymmetricKeyParameter
privateKey -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedECKeyParameters(boolean isPrivate, ECDomainParameters params) -
Method Summary
Methods inherited from class AsymmetricKeyParameter
isPrivate
-
Field Details
-
params
ECDomainParameters params
-
-
Constructor Details
-
ECKeyParameters
-
-
Method Details
-
getParameters
-