public static enum Constants.OSCIFeatures extends java.lang.Enum<Constants.OSCIFeatures>
Enum Constant and Description |
---|
DisableBase64 |
GCMPaddingModus |
OAEPEncryption |
PartialMessageTransmission |
SHA3HashAlgo |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getVersion() |
static Constants.OSCIFeatures |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Constants.OSCIFeatures[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Constants.OSCIFeatures DisableBase64
public static final Constants.OSCIFeatures OAEPEncryption
public static final Constants.OSCIFeatures SHA3HashAlgo
public static final Constants.OSCIFeatures GCMPaddingModus
public static final Constants.OSCIFeatures PartialMessageTransmission
public static Constants.OSCIFeatures[] values()
for (Constants.OSCIFeatures c : Constants.OSCIFeatures.values()) System.out.println(c);
public static Constants.OSCIFeatures valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String getVersion()
Copyright © 2017. All Rights Reserved.