Class EnhancedECParameterSpec

    • Field Detail

    • Constructor Detail

      • EnhancedECParameterSpec

        public EnhancedECParameterSpec​(@Nonnull
                                       ECParameterSpec spec)
        Constructor.
        Parameters:
        spec - the parameter spec instance to wrap
    • Method Detail

      • getOriginal

        @Nonnull
        public ECParameterSpec getOriginal()
        Get the original instance passed to the constructor.
        Returns:
        the original instance
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public boolean equals​(@Nullable
                              Object obj)
        Overrides:
        equals in class Object