Class DSTU4145ParameterSpec

  • All Implemented Interfaces:
    java.security.spec.AlgorithmParameterSpec

    public class DSTU4145ParameterSpec
    extends java.security.spec.ECParameterSpec
    ParameterSpec for a DSTU4145 key.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object o)  
      byte[] getDKE()  
      int hashCode()  
      • Methods inherited from class java.security.spec.ECParameterSpec

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

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • getDKE

        public byte[] getDKE()
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object