Package org.wso2.securevault.definition
Class CipherInformation
java.lang.Object
org.wso2.securevault.definition.CipherInformation
Encapsulates the cipher related information
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetMode()getType()voidsetAlgorithm(String algorithm) voidsetCipherOperationMode(CipherOperationMode operationMode) voidsetInType(EncodingType inType) voidsetKeyBasedSymmetricEncryption(boolean keyBasedSymmetricEncryption) 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
-
getKeyBasedSymmetricEncryption
public boolean getKeyBasedSymmetricEncryption() -
setKeyBasedSymmetricEncryption
public void setKeyBasedSymmetricEncryption(boolean keyBasedSymmetricEncryption)
-