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