Interface NamedCurve

    • Method Detail

      • getObjectIdentifier

        @Nonnull
        String getObjectIdentifier()
        Get the curve's object identifier (OID).
        Returns:
        the OID
      • getURI

        @Nonnull
        default String getURI()
        Get the curve's URI.
        Returns:
        the URI
      • getName

        @Nonnull
        String getName()
        Get the curve's canonical name by which it is known to the Java Cryptography Architecture (JCA).
        Returns:
        the name
      • getKeyLength

        @Nonnull
        default Integer getKeyLength()
        Get the length of a key based on the curve.
        Returns:
        the key length, in bits