public enum PKISignatureType extends Enum<PKISignatureType>
| Enum Constant and Description |
|---|
CADES |
PKCS1_DATA |
PKCS7_DATA |
PKCS7_DETACHED |
XML_SIGNATURE |
| Modifier and Type | Method and Description |
|---|---|
static PKISignatureType |
getValueFromString(String type) |
String |
toString() |
static PKISignatureType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PKISignatureType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PKISignatureType PKCS7_DETACHED
public static final PKISignatureType PKCS7_DATA
public static final PKISignatureType PKCS1_DATA
public static final PKISignatureType XML_SIGNATURE
public static final PKISignatureType CADES
public static PKISignatureType[] values()
for (PKISignatureType c : PKISignatureType.values()) System.out.println(c);
public static PKISignatureType 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 toString()
toString in class Enum<PKISignatureType>public static PKISignatureType getValueFromString(String type)
Copyright © 1982–2023 Adobe Systems Incorporated. All rights reserved.