Serializable
, Comparable<XMLSecurityConstants.ContentType>
public static enum XMLSecurityConstants.ContentType extends Enum<XMLSecurityConstants.ContentType>
Enum Constant | Description |
---|---|
ENCRYPTION |
|
PLAIN |
|
SIGNATURE |
Modifier and Type | Method | Description |
---|---|---|
static XMLSecurityConstants.ContentType |
valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static XMLSecurityConstants.ContentType[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final XMLSecurityConstants.ContentType PLAIN
public static final XMLSecurityConstants.ContentType SIGNATURE
public static final XMLSecurityConstants.ContentType ENCRYPTION
public static XMLSecurityConstants.ContentType[] values()
for (XMLSecurityConstants.ContentType c : XMLSecurityConstants.ContentType.values()) System.out.println(c);
public static XMLSecurityConstants.ContentType 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 © 2000–2018 The Apache Software Foundation. All rights reserved.