Package de.elo.ix.client
Class CryptInfo
java.lang.Object
byps.BValueClass
de.elo.ix.client.ValueClass
de.elo.ix.client.CryptInfo
- All Implemented Interfaces:
Serializable
This class defines an encryption set.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected intNumerical ID of the encryption information.protected StringOnly for TwoFish-Encyption! Key material.protected StringName.protected StringExternal password used for encrypting documents.protected Stringprotected Stringprotected StringFields inherited from class byps.BValueClass
bypsClient, changedMembers, dbHelper, FLAG_SEALED, flags -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanintgetId()getName()getPwd()inthashCode()voidsetAesSystemInitVector(String aesSystemInitVector) voidsetAesSystemKeyInfo(String aesSystemKeyInfo) voidsetAesUserInitVector(String aesUserInitVector) voidsetAesUserKeyInfo(String aesUserKeyInfo) voidsetCurrentPwd(String currentPwd) voidsetCurrentSystemPwd(String currentSystemPwd) voidsetId(int id) voidsetKeyInfo(String keyInfo) voidvoidvoidsetSystemPwd(String systemPwd) voidsetSystemUserId(String systemUserId) voidsetVersion(String version) toString()Methods inherited from class byps.BValueClass
getBypsClient, getChangedMembers, getDbHelper, isChangedMember, isSealed, seal, seal, setBypsClient, setChangedMember, setChangedMembers, setDbHelper
-
Field Details
-
id
protected int idNumerical ID of the encryption information. The first ID is 1. -
name
Name. -
pwd
External password used for encrypting documents. It is empty if this object was returned bycheckoutCryptInfos. -
keyInfo
Only for TwoFish-Encyption! Key material. Contains the external and internal password in serialized and encrypted format. Only for internal use. This member is ignored incheckinCryptInfos. -
systemPwd
- Since:
- 12.00.000.028
-
version
- Since:
- 12.00.000.028
-
aesUserKeyInfo
- Since:
- 12.00.000.028
-
aesSystemKeyInfo
- Since:
- 12.00.000.028
-
aesUserInitVector
- Since:
- 12.00.000.028
-
aesSystemInitVector
- Since:
- 12.00.000.028
-
currentPwd
- Since:
- 12.00.000.028
-
currentSystemPwd
- Since:
- 12.00.000.028
-
systemUserId
- Since:
- 12.00.000.028
-
-
Constructor Details
-
CryptInfo
public CryptInfo() -
CryptInfo
-
-
Method Details
-
getId
public int getId() -
setId
public void setId(int id) -
getName
-
setName
-
getPwd
-
setPwd
-
getKeyInfo
-
setKeyInfo
-
getSystemPwd
-
setSystemPwd
-
getVersion
-
setVersion
-
getAesUserKeyInfo
-
setAesUserKeyInfo
-
getAesSystemKeyInfo
-
setAesSystemKeyInfo
-
getAesUserInitVector
-
setAesUserInitVector
-
getAesSystemInitVector
-
setAesSystemInitVector
-
getCurrentPwd
-
setCurrentPwd
-
getCurrentSystemPwd
-
setCurrentSystemPwd
-
getSystemUserId
-
setSystemUserId
-
toString
-
equals
-
hashCode
public int hashCode()
-