Class CipherInformation
java.lang.Object
org.apache.synapse.securevault.definition.CipherInformation
Encapsulates the cipher related information
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetMode()getType()voidsetAlgorithm(String algorithm) voidsetCipherOperationMode(CipherOperationMode operationMode) voidsetInType(EncodingType inType) voidvoidsetOutType(EncodingType outType) voidsetProvider(String provider) void
-
Field Details
-
DEFAULT_ALGORITHM
Default cipher algorithm- See Also:
-
-
Constructor Details
-
CipherInformation
public CipherInformation()
-
-
Method Details
-
getAlgorithm
-
setAlgorithm
-
getCipherOperationMode
-
setCipherOperationMode
-
getMode
-
setMode
-
getType
-
setType
-
getInType
-
setInType
-
getOutType
-
setOutType
-
getProvider
-
setProvider
-