public enum SignatureForm extends Enum<SignatureForm>
| Modifier and Type | Method and Description |
|---|---|
String |
getReadable() |
static SignatureForm |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SignatureForm[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SignatureForm XAdES
public static final SignatureForm CAdES
public static final SignatureForm PAdES
public static final SignatureForm PKCS7
public static SignatureForm[] values()
for (SignatureForm c : SignatureForm.values()) System.out.println(c);
public static SignatureForm 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 getReadable()
Copyright © 2018. All rights reserved.