Package org.bouncycastle.jcajce.spec
Class ECImplicitDomainParameterSpec
java.lang.Object
java.security.spec.ECParameterSpec
org.bouncycastle.jcajce.spec.ECImplicitDomainParameterSpec
- All Implemented Interfaces:
AlgorithmParameterSpec
Extension of ECParameterSpec which marks a parameter set as being the ImplicitlyCA parameters for this JVM.
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor - create the spec using the value of the property CryptoServicesRegistrar.Property.EC_IMPLICITLY_CAECImplicitDomainParameterSpec
(ECImplicitDomainParameters implicitDomainParameters) Constructor wrapping ECImplicitDomainParameters. -
Method Summary
Methods inherited from class java.security.spec.ECParameterSpec
getCofactor, getCurve, getGenerator, getOrder
-
Constructor Details
-
ECImplicitDomainParameterSpec
public ECImplicitDomainParameterSpec()Default constructor - create the spec using the value of the property CryptoServicesRegistrar.Property.EC_IMPLICITLY_CA -
ECImplicitDomainParameterSpec
Constructor wrapping ECImplicitDomainParameters.- Parameters:
implicitDomainParameters
- the EC ImplicitlyCA parameters to wrap.
-