protected static enum OfficeCryptCodecHandler.Phase extends Enum<OfficeCryptCodecHandler.Phase>
| Enum Constant and Description |
|---|
CRYPT |
PWD_VERIFY |
| Modifier and Type | Method and Description |
|---|---|
static OfficeCryptCodecHandler.Phase |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OfficeCryptCodecHandler.Phase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OfficeCryptCodecHandler.Phase PWD_VERIFY
public static final OfficeCryptCodecHandler.Phase CRYPT
public static OfficeCryptCodecHandler.Phase[] values()
for (OfficeCryptCodecHandler.Phase c : OfficeCryptCodecHandler.Phase.values()) System.out.println(c);
public static OfficeCryptCodecHandler.Phase 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–2021. All rights reserved.