public class CTKeyData extends Object
Java class for CT_KeyData complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_KeyData"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="saltSize" use="required" type="{http://schemas.microsoft.com/office/2006/encryption}ST_SaltSize" /> <attribute name="blockSize" use="required" type="{http://schemas.microsoft.com/office/2006/encryption}ST_BlockSize" /> <attribute name="keyBits" use="required" type="{http://schemas.microsoft.com/office/2006/encryption}ST_KeyBits" /> <attribute name="hashSize" use="required" type="{http://schemas.microsoft.com/office/2006/encryption}ST_HashSize" /> <attribute name="cipherAlgorithm" use="required" type="{http://schemas.microsoft.com/office/2006/encryption}ST_CipherAlgorithm" /> <attribute name="cipherChaining" use="required" type="{http://schemas.microsoft.com/office/2006/encryption}ST_CipherChaining" /> <attribute name="hashAlgorithm" use="required" type="{http://schemas.microsoft.com/office/2006/encryption}ST_HashAlgorithm" /> <attribute name="saltValue" use="required" type="{http://www.w3.org/2001/XMLSchema}base64Binary" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected long |
blockSize |
protected String |
cipherAlgorithm |
protected STCipherChaining |
cipherChaining |
protected STHashAlgorithm |
hashAlgorithm |
protected long |
hashSize |
protected long |
keyBits |
protected long |
saltSize |
protected byte[] |
saltValue |
Constructor and Description |
---|
CTKeyData() |
Modifier and Type | Method and Description |
---|---|
long |
getBlockSize()
Gets the value of the blockSize property.
|
String |
getCipherAlgorithm()
Gets the value of the cipherAlgorithm property.
|
STCipherChaining |
getCipherChaining()
Gets the value of the cipherChaining property.
|
STHashAlgorithm |
getHashAlgorithm()
Gets the value of the hashAlgorithm property.
|
long |
getHashSize()
Gets the value of the hashSize property.
|
long |
getKeyBits()
Gets the value of the keyBits property.
|
long |
getSaltSize()
Gets the value of the saltSize property.
|
byte[] |
getSaltValue()
Gets the value of the saltValue property.
|
void |
setBlockSize(long value)
Sets the value of the blockSize property.
|
void |
setCipherAlgorithm(String value)
Sets the value of the cipherAlgorithm property.
|
void |
setCipherChaining(STCipherChaining value)
Sets the value of the cipherChaining property.
|
void |
setHashAlgorithm(STHashAlgorithm value)
Sets the value of the hashAlgorithm property.
|
void |
setHashSize(long value)
Sets the value of the hashSize property.
|
void |
setKeyBits(long value)
Sets the value of the keyBits property.
|
void |
setSaltSize(long value)
Sets the value of the saltSize property.
|
void |
setSaltValue(byte[] value)
Sets the value of the saltValue property.
|
protected long saltSize
protected long blockSize
protected long keyBits
protected long hashSize
protected String cipherAlgorithm
protected STCipherChaining cipherChaining
protected STHashAlgorithm hashAlgorithm
protected byte[] saltValue
public long getSaltSize()
public void setSaltSize(long value)
public long getBlockSize()
public void setBlockSize(long value)
public long getKeyBits()
public void setKeyBits(long value)
public long getHashSize()
public void setHashSize(long value)
public String getCipherAlgorithm()
String
public void setCipherAlgorithm(String value)
value
- allowed object is
String
public STCipherChaining getCipherChaining()
STCipherChaining
public void setCipherChaining(STCipherChaining value)
value
- allowed object is
STCipherChaining
public STHashAlgorithm getHashAlgorithm()
STHashAlgorithm
public void setHashAlgorithm(STHashAlgorithm value)
value
- allowed object is
STHashAlgorithm
public byte[] getSaltValue()
public void setSaltValue(byte[] value)
value
- allowed object is
byte[]Copyright © 2007-2019. All Rights Reserved.