public static enum CtLog.SignatureAlgorithm extends Enum<CtLog.SignatureAlgorithm>
| Modifier and Type | Method and Description |
|---|---|
byte |
getCode() |
static CtLog.SignatureAlgorithm |
ofCode(byte code) |
static CtLog.SignatureAlgorithm |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CtLog.SignatureAlgorithm[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CtLog.SignatureAlgorithm anonymous
public static final CtLog.SignatureAlgorithm rsa
public static final CtLog.SignatureAlgorithm dsa
public static final CtLog.SignatureAlgorithm ecdsa
public static CtLog.SignatureAlgorithm[] values()
for (CtLog.SignatureAlgorithm c : CtLog.SignatureAlgorithm.values()) System.out.println(c);
public static CtLog.SignatureAlgorithm 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 getCode()
public static CtLog.SignatureAlgorithm ofCode(byte code)
Copyright © 2019. All rights reserved.