Class ECKeyValue.Curve

  • All Implemented Interfaces:
    java.security.spec.AlgorithmParameterSpec
    Enclosing class:
    ECKeyValue

    static final class ECKeyValue.Curve
    extends java.security.spec.ECParameterSpec
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.String name  
      private java.lang.String oid  
    • Constructor Summary

      Constructors 
      Constructor Description
      Curve​(java.lang.String name, java.lang.String oid, java.security.spec.EllipticCurve curve, java.security.spec.ECPoint g, java.math.BigInteger n, int h)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      private java.lang.String getName()  
      private java.lang.String getObjectId()  
      • 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
    • Field Detail

      • name

        private final java.lang.String name
      • oid

        private final java.lang.String oid
    • Constructor Detail

      • Curve

        Curve​(java.lang.String name,
              java.lang.String oid,
              java.security.spec.EllipticCurve curve,
              java.security.spec.ECPoint g,
              java.math.BigInteger n,
              int h)
    • Method Detail

      • getName

        private java.lang.String getName()
      • getObjectId

        private java.lang.String getObjectId()