public class PasswordKeyEncryptorData extends Object
Data for a cryptographer of the password key.
Constructor and Description |
---|
PasswordKeyEncryptorData() |
Modifier and Type | Method and Description |
---|---|
byte[] |
getEncryptedHashInput()
Gets or sets the encrypted hash input.
|
byte[] |
getEncryptedHashValue()
Gets or sets the encrypted hash value.
|
byte[] |
getEncryptedKeyValue()
Gets or sets the encrypted key value.
|
byte[] |
getSaltValue()
Gets or sets the salt value.
|
byte[] |
getSecretKey()
Gets or sets the secret key.
|
static PasswordKeyEncryptorData |
loadFromXml(com.aspose.ms.System.Xml.XmlTextReader reader,
PasswordKeyEncryptorConfig[] configOut)
Loads the config + data from XML
|
void |
setEncryptedHashInput(byte[] value)
Gets or sets the encrypted hash input.
|
void |
setEncryptedHashValue(byte[] value)
Gets or sets the encrypted hash value.
|
void |
setEncryptedKeyValue(byte[] value)
Gets or sets the encrypted key value.
|
void |
setSaltValue(byte[] value)
Gets or sets the salt value.
|
void |
setSecretKey(byte[] value)
Gets or sets the secret key.
|
static void |
writeToXml(com.aspose.ms.System.Xml.XmlTextWriter writer,
PasswordKeyEncryptorConfig config,
PasswordKeyEncryptorData data)
Writes the config + data into XML
|
public static final String RootUri
The root uri.
public byte[] getEncryptedHashInput()
Gets or sets the encrypted hash input.
public void setEncryptedHashInput(byte[] value)
Gets or sets the encrypted hash input.
public byte[] getEncryptedHashValue()
Gets or sets the encrypted hash value.
public void setEncryptedHashValue(byte[] value)
Gets or sets the encrypted hash value.
public byte[] getEncryptedKeyValue()
Gets or sets the encrypted key value.
public void setEncryptedKeyValue(byte[] value)
Gets or sets the encrypted key value.
public byte[] getSaltValue()
Gets or sets the salt value.
public void setSaltValue(byte[] value)
Gets or sets the salt value.
public byte[] getSecretKey()
Gets or sets the secret key.
public void setSecretKey(byte[] value)
Gets or sets the secret key.
public static PasswordKeyEncryptorData loadFromXml(com.aspose.ms.System.Xml.XmlTextReader reader, PasswordKeyEncryptorConfig[] configOut)
Loads the config + data from XML
public static void writeToXml(com.aspose.ms.System.Xml.XmlTextWriter writer, PasswordKeyEncryptorConfig config, PasswordKeyEncryptorData data)
Writes the config + data into XML
Copyright (c) 2016 Aspose. All Rights Reserved.