|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use EncodingType | |
|---|---|
| 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 | |
|---|---|
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 | |
|---|---|
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 | |
|---|---|
EncodingType |
CipherInformation.getInType()
|
EncodingType |
CipherInformation.getOutType()
|
| Methods in org.apache.synapse.securevault.definition with parameters of type EncodingType | |
|---|---|
void |
CipherInformation.setInType(EncodingType inType)
|
void |
CipherInformation.setOutType(EncodingType outType)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||