Class BasicNamedCurve

java.lang.Object
org.opensaml.security.crypto.ec.curves.BasicNamedCurve
All Implemented Interfaces:
NamedCurve

public class BasicNamedCurve extends Object implements NamedCurve
Basic implementations of NamedCurve where all required properties are simply supplied at construction time.
  • Field Details

  • Constructor Details

    • BasicNamedCurve

      public BasicNamedCurve(@Nonnull String objectIdentifier, @Nonnull String standardName, @Nonnull ECParameterSpec parameters)
      Constructor.
      Parameters:
      objectIdentifier - the curve's object identifier (OID)
      standardName - the curve's standard name
      parameters - the curve's parameters as an ECParameterSpec
  • Method Details