Package | Description |
---|---|
org.apache.synapse.securevault | |
org.apache.synapse.securevault.definition |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
EncodingType |
CipherInformation.getInType() |
EncodingType |
CipherInformation.getOutType() |
Modifier and Type | Method and Description |
---|---|
void |
CipherInformation.setInType(EncodingType inType) |
void |
CipherInformation.setOutType(EncodingType outType) |
Copyright © 2005-2017 Apache Software Foundation. All Rights Reserved.