public static enum CryptoHeaderFilter.Operation extends Enum<CryptoHeaderFilter.Operation>
Enum Constant and Description |
---|
DECRYPT
Perform a decryption of the selected headers.
|
ENCRYPT
Performs an encryption of the selected headers.
|
Modifier and Type | Method and Description |
---|---|
static CryptoHeaderFilter.Operation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CryptoHeaderFilter.Operation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CryptoHeaderFilter.Operation ENCRYPT
public static final CryptoHeaderFilter.Operation DECRYPT
UTF-8
by default).public static CryptoHeaderFilter.Operation[] values()
for (CryptoHeaderFilter.Operation c : CryptoHeaderFilter.Operation.values()) System.out.println(c);
public static CryptoHeaderFilter.Operation 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 © 2025 Open Identity Platform Community. All rights reserved.