public static enum CryptoCoverageUtil.CoverageType extends Enum<CryptoCoverageUtil.CoverageType>
Enum Constant and Description |
---|
ENCRYPTED
Checks for encryption of the matching elements.
|
SIGNED
Checks for a signature over the matching elements.
|
Modifier and Type | Method and Description |
---|---|
static CryptoCoverageUtil.CoverageType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CryptoCoverageUtil.CoverageType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CryptoCoverageUtil.CoverageType ENCRYPTED
public static final CryptoCoverageUtil.CoverageType SIGNED
public static CryptoCoverageUtil.CoverageType[] values()
for (CryptoCoverageUtil.CoverageType c : CryptoCoverageUtil.CoverageType.values()) System.out.println(c);
public static CryptoCoverageUtil.CoverageType 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 © 2016 JBoss by Red Hat. All rights reserved.