public enum AgentError extends Enum<AgentError>
| Modifier and Type | Method and Description |
|---|---|
static AgentError |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AgentError[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AgentError Unexpected
public static final AgentError MissingTo
public static final AgentError MissingFrom
public static final AgentError MissingMessage
public static final AgentError MessageNotWrapped
public static final AgentError NoRecipients
public static final AgentError NoSender
public static final AgentError InvalidSignature
public static final AgentError InvalidEncryption
public static final AgentError UntrustedMessage
public static final AgentError UntrustedSender
public static final AgentError UnknownRecipient
public static final AgentError UnsignedMessage
public static final AgentError MissingSenderSignature
public static final AgentError MissingSenderCertificate
public static final AgentError MissingRecipientCertificate
public static final AgentError NoTrustedRecipients
public static final AgentError AllCertsInResolverInvalid
public static final AgentError InvalidPolicy
public static final AgentError MessageTamperDectection
public static AgentError[] values()
for (AgentError c : AgentError.values()) System.out.println(c);
public static AgentError 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.