public static enum Signature.PublicKey.Kty extends Enum<Signature.PublicKey.Kty>
Modifier and Type | Method and Description |
---|---|
static Signature.PublicKey.Kty |
fromString(String text) |
String |
getKtyName() |
static Signature.PublicKey.Kty |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Signature.PublicKey.Kty[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Signature.PublicKey.Kty EC
public static final Signature.PublicKey.Kty OKP
public static final Signature.PublicKey.Kty RSA
public static Signature.PublicKey.Kty[] values()
for (Signature.PublicKey.Kty c : Signature.PublicKey.Kty.values()) System.out.println(c);
public static Signature.PublicKey.Kty 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 getKtyName()
public static Signature.PublicKey.Kty fromString(String text)
Copyright © 2017–2025 OWASP Foundation. All rights reserved.