public static enum KeyUtils.KeyAlgorithmType extends Enum<KeyUtils.KeyAlgorithmType>
| Enum Constant and Description |
|---|
DH |
DSA |
EC |
EdDSA |
RSA |
RSASSA_PSS |
XDH |
| Modifier and Type | Method and Description |
|---|---|
String |
getJceName() |
String |
getOid() |
static KeyUtils.KeyAlgorithmType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KeyUtils.KeyAlgorithmType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final KeyUtils.KeyAlgorithmType EC
public static final KeyUtils.KeyAlgorithmType DSA
public static final KeyUtils.KeyAlgorithmType RSA
public static final KeyUtils.KeyAlgorithmType RSASSA_PSS
public static final KeyUtils.KeyAlgorithmType DH
public static final KeyUtils.KeyAlgorithmType XDH
public static final KeyUtils.KeyAlgorithmType EdDSA
public static KeyUtils.KeyAlgorithmType[] values()
for (KeyUtils.KeyAlgorithmType c : KeyUtils.KeyAlgorithmType.values()) System.out.println(c);
public static KeyUtils.KeyAlgorithmType 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 getJceName()
public String getOid()
Copyright © 2000–2024 The Apache Software Foundation. All rights reserved.