|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.healthmarketscience.jackcess.cryptmodel.password.CTPasswordKeyEncryptor
public class CTPasswordKeyEncryptor
Java class for CT_PasswordKeyEncryptor complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_PasswordKeyEncryptor">
<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" />
<attribute name="spinCount" use="required" type="{http://schemas.microsoft.com/office/2006/encryption}ST_SpinCount" />
<attribute name="encryptedVerifierHashInput" use="required" type="{http://www.w3.org/2001/XMLSchema}base64Binary" />
<attribute name="encryptedVerifierHashValue" use="required" type="{http://www.w3.org/2001/XMLSchema}base64Binary" />
<attribute name="encryptedKeyValue" use="required" type="{http://www.w3.org/2001/XMLSchema}base64Binary" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected long |
blockSize
|
protected String |
cipherAlgorithm
|
protected String |
cipherChaining
|
protected byte[] |
encryptedKeyValue
|
protected byte[] |
encryptedVerifierHashInput
|
protected byte[] |
encryptedVerifierHashValue
|
protected String |
hashAlgorithm
|
protected long |
hashSize
|
protected long |
keyBits
|
protected long |
saltSize
|
protected byte[] |
saltValue
|
protected long |
spinCount
|
| Constructor Summary | |
|---|---|
CTPasswordKeyEncryptor()
|
|
| Method Summary | |
|---|---|
long |
getBlockSize()
Gets the value of the blockSize property. |
String |
getCipherAlgorithm()
Gets the value of the cipherAlgorithm property. |
String |
getCipherChaining()
Gets the value of the cipherChaining property. |
byte[] |
getEncryptedKeyValue()
Gets the value of the encryptedKeyValue property. |
byte[] |
getEncryptedVerifierHashInput()
Gets the value of the encryptedVerifierHashInput property. |
byte[] |
getEncryptedVerifierHashValue()
Gets the value of the encryptedVerifierHashValue property. |
String |
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. |
long |
getSpinCount()
Gets the value of the spinCount 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(String value)
Sets the value of the cipherChaining property. |
void |
setEncryptedKeyValue(byte[] value)
Sets the value of the encryptedKeyValue property. |
void |
setEncryptedVerifierHashInput(byte[] value)
Sets the value of the encryptedVerifierHashInput property. |
void |
setEncryptedVerifierHashValue(byte[] value)
Sets the value of the encryptedVerifierHashValue property. |
void |
setHashAlgorithm(String 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. |
void |
setSpinCount(long value)
Sets the value of the spinCount property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected long saltSize
protected long blockSize
protected long keyBits
protected long hashSize
protected String cipherAlgorithm
protected String cipherChaining
protected String hashAlgorithm
protected byte[] saltValue
protected long spinCount
protected byte[] encryptedVerifierHashInput
protected byte[] encryptedVerifierHashValue
protected byte[] encryptedKeyValue
| Constructor Detail |
|---|
public CTPasswordKeyEncryptor()
| Method Detail |
|---|
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()
Stringpublic void setCipherAlgorithm(String value)
value - allowed object is
Stringpublic String getCipherChaining()
Stringpublic void setCipherChaining(String value)
value - allowed object is
Stringpublic String getHashAlgorithm()
Stringpublic void setHashAlgorithm(String value)
value - allowed object is
Stringpublic byte[] getSaltValue()
public void setSaltValue(byte[] value)
value - allowed object is
byte[]public long getSpinCount()
public void setSpinCount(long value)
public byte[] getEncryptedVerifierHashInput()
public void setEncryptedVerifierHashInput(byte[] value)
value - allowed object is
byte[]public byte[] getEncryptedVerifierHashValue()
public void setEncryptedVerifierHashValue(byte[] value)
value - allowed object is
byte[]public byte[] getEncryptedKeyValue()
public void setEncryptedKeyValue(byte[] value)
value - allowed object is
byte[]
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||