Constructor and Description |
---|
CipherConfig() |
Modifier and Type | Method and Description |
---|---|
CipherConfig |
copy()
The copy.
|
com.aspose.ms.System.Security.Cryptography.SymmetricAlgorithm |
getAlg()
Returns an Instance of the encryption algorithm.
|
int |
getBlockBits()
Gets or sets the block bits.
|
int |
getCipherMode() |
int |
getKeyBits()
Gets or sets the key bits.
|
String |
getMode()
Gets or sets the mode.
|
String |
getName()
Gets or sets the name.
|
void |
setBlockBits(int value)
Gets or sets the block bits.
|
void |
setKeyBits(int value)
Gets or sets the key bits.
|
void |
setMode(String value)
Gets or sets the mode.
|
void |
setName(String value)
Gets or sets the name.
|
public int getBlockBits()
Gets or sets the block bits.
public void setBlockBits(int value)
Gets or sets the block bits.
public int getKeyBits()
Gets or sets the key bits.
public void setKeyBits(int value)
Gets or sets the key bits.
public String getName()
Gets or sets the name.
public void setName(String value)
Gets or sets the name.
public String getMode()
Gets or sets the mode.
public void setMode(String value)
Gets or sets the mode.
public int getCipherMode()
public CipherConfig copy()
The copy.
CipherConfig
.public com.aspose.ms.System.Security.Cryptography.SymmetricAlgorithm getAlg()
Returns an Instance of the encryption algorithm.
Copyright (c) 2017 Aspose. All Rights Reserved.