Uses of Enum
org.apache.synapse.securevault.EncodingType
Packages that use EncodingType
-
Uses of EncodingType in org.apache.synapse.securevault
Methods in org.apache.synapse.securevault that return EncodingTypeModifier and TypeMethodDescriptionstatic EncodingTypeReturns 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 EncodingTypeModifier and TypeMethodDescriptionstatic 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 EncodingTypeMethods in org.apache.synapse.securevault.definition with parameters of type EncodingTypeModifier and TypeMethodDescriptionvoidCipherInformation.setInType(EncodingType inType) voidCipherInformation.setOutType(EncodingType outType)