Class 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.
    • Method Summary

      • Methods inherited from class java.security.spec.ECParameterSpec

        getCofactor, getCurve, getGenerator, getOrder
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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.