public enum SignatureFormat extends Enum<SignatureFormat>
SealOptions
.Enum Constant and Description |
---|
PADES
Represents PADES format.
|
PKCS7
Represents PKCS7 format.
|
Modifier and Type | Method and Description |
---|---|
String |
getSignatureFormat()
Returns the string representation of this signatureFormat.
|
static SignatureFormat |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SignatureFormat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SignatureFormat PKCS7
public static final SignatureFormat PADES
public static SignatureFormat[] values()
for (SignatureFormat c : SignatureFormat.values()) System.out.println(c);
public static SignatureFormat 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 getSignatureFormat()
Copyright © 2022 Adobe. All rights reserved.