public static enum Signature.PublicKey.Crv extends Enum<Signature.PublicKey.Crv>
Modifier and Type | Method and Description |
---|---|
static Signature.PublicKey.Crv |
fromString(String text) |
String |
getCrvName() |
static Signature.PublicKey.Crv |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Signature.PublicKey.Crv[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Signature.PublicKey.Crv P_256
public static final Signature.PublicKey.Crv P_384
public static final Signature.PublicKey.Crv P_521
public static Signature.PublicKey.Crv[] values()
for (Signature.PublicKey.Crv c : Signature.PublicKey.Crv.values()) System.out.println(c);
public static Signature.PublicKey.Crv valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String getCrvName()
public static Signature.PublicKey.Crv fromString(String text)
Copyright © 2017–2025 OWASP Foundation. All rights reserved.