public class EncryptionConfig extends Object
Configuration class for the document encryption
Constructor and Description |
---|
EncryptionConfig() |
Modifier and Type | Method and Description |
---|---|
CipherConfig |
getCipherConfig()
Gets or sets the cipher config.
|
HashConfig |
getHashConfig()
Gets or sets the hash config.
|
PasswordKeyEncryptorConfig |
getPasswordKeyEncryptorConfig()
Gets or sets the password key encryptor config.
|
int |
getSaltSize()
Gets or sets the salt size.
|
void |
setCipherConfig(CipherConfig value)
Gets or sets the cipher config.
|
void |
setHashConfig(HashConfig value)
Gets or sets the hash config.
|
void |
setPasswordKeyEncryptorConfig(PasswordKeyEncryptorConfig value)
Gets or sets the password key encryptor config.
|
void |
setSaltSize(int value)
Gets or sets the salt size.
|
public CipherConfig getCipherConfig()
Gets or sets the cipher config.
public void setCipherConfig(CipherConfig value)
Gets or sets the cipher config.
public HashConfig getHashConfig()
Gets or sets the hash config.
public void setHashConfig(HashConfig value)
Gets or sets the hash config.
public PasswordKeyEncryptorConfig getPasswordKeyEncryptorConfig()
Gets or sets the password key encryptor config.
public void setPasswordKeyEncryptorConfig(PasswordKeyEncryptorConfig value)
Gets or sets the password key encryptor config.
public int getSaltSize()
Gets or sets the salt size.
public void setSaltSize(int value)
Gets or sets the salt size.
Copyright (c) 2017 Aspose. All Rights Reserved.