public class PasswordKeyEncryptorConfig extends Object
Configuration information for PasswordKeyEncryptor.
Constructor and Description |
---|
PasswordKeyEncryptorConfig() |
Modifier and Type | Method and Description |
---|---|
CipherConfig |
getCipherConfig()
Gets or sets the cipher config.
|
HashConfig |
getHashConfig()
Gets or sets the hash config.
|
int |
getSaltSize()
Gets or sets the salt size.
|
int |
getSpinCount()
Gets or sets the spin count.
|
void |
setCipherConfig(CipherConfig value)
Gets or sets the cipher config.
|
void |
setHashConfig(HashConfig value)
Gets or sets the hash config.
|
void |
setSaltSize(int value)
Gets or sets the salt size.
|
void |
setSpinCount(int value)
Gets or sets the spin count.
|
public HashConfig getHashConfig()
Gets or sets the hash config.
public void setHashConfig(HashConfig value)
Gets or sets the hash config.
public CipherConfig getCipherConfig()
Gets or sets the cipher config.
public void setCipherConfig(CipherConfig value)
Gets or sets the cipher config.
public int getSaltSize()
Gets or sets the salt size.
public void setSaltSize(int value)
Gets or sets the salt size.
public int getSpinCount()
Gets or sets the spin count.
public void setSpinCount(int value)
Gets or sets the spin count.
Copyright (c) 2017 Aspose. All Rights Reserved.