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 org.gudy.bouncycastle.crypto.params.AsymmetricKeyParameter
privateKey
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
ECKeyParameters
(boolean isPrivate, ECDomainParameters params) -
Method Summary
Methods inherited from class org.gudy.bouncycastle.crypto.params.AsymmetricKeyParameter
isPrivate
-
Field Details
-
params
ECDomainParameters params
-
-
Constructor Details
-
ECKeyParameters
-
-
Method Details
-
getParameters
-