public enum SignatureError extends Enum<SignatureError>
| Enum Constant and Description |
|---|
ContentNotDataContainer |
InvalidMultipartSigned |
InvalidSignedEntity |
NoCertificates |
NoSigners |
NotDetachedSignature |
NotSignatureEnvelope |
NullContent |
NullEntity |
| Modifier and Type | Method and Description |
|---|---|
static SignatureError |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SignatureError[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SignatureError NullEntity
public static final SignatureError NullContent
public static final SignatureError ContentNotDataContainer
public static final SignatureError NoCertificates
public static final SignatureError NoSigners
public static final SignatureError InvalidMultipartSigned
public static final SignatureError NotSignatureEnvelope
public static final SignatureError InvalidSignedEntity
public static final SignatureError NotDetachedSignature
public static SignatureError[] values()
for (SignatureError c : SignatureError.values()) System.out.println(c);
public static SignatureError 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 nullCopyright © 2010-2016 NHIN Direct. All Rights Reserved.