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 EncodingTypeEncodingType. 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 InputStreamEncodingHelper. 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 EncodingTypeCipherInformation. getInType()EncodingTypeCipherInformation. getOutType()Methods in org.apache.synapse.securevault.definition with parameters of type EncodingType Modifier and Type Method Description voidCipherInformation. setInType(EncodingType inType)voidCipherInformation. setOutType(EncodingType outType)
-