Uses of Class
org.apache.synapse.securevault.EncodingType
-
Packages that use EncodingType Package Description org.apache.synapse.securevault org.apache.synapse.securevault.definition -
-
Uses of EncodingType in org.apache.synapse.securevault
Methods in org.apache.synapse.securevault that return EncodingType Modifier and Type Method Description static EncodingType
EncodingType. valueOf(String name)
Returns the enum constant of this type with the specified name.static EncodingType[]
EncodingType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.synapse.securevault with parameters of type EncodingType Modifier and Type Method Description static InputStream
EncodingHelper. decode(InputStream inputStream, EncodingType encodingType)
Decodes the provided InputStream using the specified encoding type.static byte[]
EncodingHelper. encode(ByteArrayOutputStream baos, EncodingType encodingType)
Encodes the provided ByteArrayOutputStream using the specified encoding type. -
Uses of EncodingType in org.apache.synapse.securevault.definition
Methods in org.apache.synapse.securevault.definition that return EncodingType Modifier and Type Method Description EncodingType
CipherInformation. getInType()
EncodingType
CipherInformation. getOutType()
Methods in org.apache.synapse.securevault.definition with parameters of type EncodingType Modifier and Type Method Description void
CipherInformation. setInType(EncodingType inType)
void
CipherInformation. setOutType(EncodingType outType)
-