Uses of Enum
org.apache.synapse.commons.crypto.EncodeDecodeTypes
Packages that use EncodeDecodeTypes
-
Uses of EncodeDecodeTypes in org.apache.synapse.commons.crypto
Methods in org.apache.synapse.commons.crypto that return EncodeDecodeTypesModifier and TypeMethodDescriptionstatic EncodeDecodeTypesUtil.getEncodeDecodeType(String value, EncodeDecodeTypes defaultValue) Helper method to decide encode decode types.static EncodeDecodeTypesReturns 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.Methods in org.apache.synapse.commons.crypto with parameters of type EncodeDecodeTypesModifier and TypeMethodDescriptionstatic 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 EncodeDecodeTypesUtil.getEncodeDecodeType(String value, EncodeDecodeTypes defaultValue) Helper method to decide encode decode types.