public enum AlgorithmType extends Enum<AlgorithmType>
| Enum Constant and Description |
|---|
DH |
DSASHA1 |
ECC |
INDIRECT |
PRIVATEDNS |
PRIVATEOID |
RSAMD5 |
RSASHA1 |
RSASHA1_NSEC3_SHA1 |
RSASHA256 |
| Modifier and Type | Method and Description |
|---|---|
static AlgorithmType |
fromValue(short value) |
String |
getAlgorithm() |
byte |
getValue() |
static AlgorithmType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AlgorithmType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AlgorithmType RSAMD5
public static final AlgorithmType DH
public static final AlgorithmType DSASHA1
public static final AlgorithmType ECC
public static final AlgorithmType RSASHA1
public static final AlgorithmType RSASHA1_NSEC3_SHA1
public static final AlgorithmType RSASHA256
public static final AlgorithmType INDIRECT
public static final AlgorithmType PRIVATEDNS
public static final AlgorithmType PRIVATEOID
public static AlgorithmType[] values()
for (AlgorithmType c : AlgorithmType.values()) System.out.println(c);
public static AlgorithmType 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 byte getValue()
public static AlgorithmType fromValue(short value)
public String getAlgorithm()
Copyright © 2019. All rights reserved.