Package org.bouncycastle.jcajce.spec
Class ECImplicitDomainParameterSpec
- java.lang.Object
-
- java.security.spec.ECParameterSpec
-
- org.bouncycastle.jcajce.spec.ECImplicitDomainParameterSpec
-
- All Implemented Interfaces:
java.security.spec.AlgorithmParameterSpec
public final class ECImplicitDomainParameterSpec extends java.security.spec.ECParameterSpec
Extension of ECParameterSpec which marks a parameter set as being the ImplicitlyCA parameters for this JVM.
-
-
Constructor Summary
Constructors Constructor Description ECImplicitDomainParameterSpec()
Default constructor - create the spec using the value of the property CryptoServicesRegistrar.Property.EC_IMPLICITLY_CAECImplicitDomainParameterSpec(ECImplicitDomainParameters implicitDomainParameters)
Constructor wrapping ECImplicitDomainParameters.
-
-
-
Constructor Detail
-
ECImplicitDomainParameterSpec
public ECImplicitDomainParameterSpec()
Default constructor - create the spec using the value of the property CryptoServicesRegistrar.Property.EC_IMPLICITLY_CA
-
ECImplicitDomainParameterSpec
public ECImplicitDomainParameterSpec(ECImplicitDomainParameters implicitDomainParameters)
Constructor wrapping ECImplicitDomainParameters.- Parameters:
implicitDomainParameters
- the EC ImplicitlyCA parameters to wrap.
-
-