Package | Description |
---|---|
org.apache.synapse.commons.crypto |
Modifier and Type | Method and Description |
---|---|
static EncodeDecodeTypes |
Util.getEncodeDecodeType(String value,
EncodeDecodeTypes defaultValue)
Helper method to decide encode decode types.
|
static EncodeDecodeTypes |
EncodeDecodeTypes.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EncodeDecodeTypes[] |
EncodeDecodeTypes.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static byte[] |
EncodeDecodeHelper.decode(byte[] input,
EncodeDecodeTypes decodingType)
Decodes the provided byte array using the specified decoding type.
|
static byte[] |
EncodeDecodeHelper.encode(byte[] input,
EncodeDecodeTypes encodingType)
Encodes the provided byte array using the specified encoding type.
|
static EncodeDecodeTypes |
Util.getEncodeDecodeType(String value,
EncodeDecodeTypes defaultValue)
Helper method to decide encode decode types.
|
Copyright © 2005–2023 Apache Software Foundation. All rights reserved.