Class BaseKeys
java.lang.Object
com.echothree.util.common.persistence.BaseKeys
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance of BaseKeysCreates a new instance of BaseKeysCreates a new instance of BaseKeys -
Method Summary
Modifier and TypeMethodDescriptionintbyte[]getIv1()byte[]getIv2()byte[]getIv3()getKey1()getKey2()getKey3()voidsetBaseEncryptionKeyName(String baseEncryptionKeyName) voidsetBaseKey1(BaseKey baseKey1) voidsetBaseKey2(BaseKey baseKey2) voidsetBaseKey3(BaseKey baseKey3)
-
Constructor Details
-
BaseKeys
Creates a new instance of BaseKeys -
BaseKeys
Creates a new instance of BaseKeys -
BaseKeys
Creates a new instance of BaseKeys
-
-
Method Details
-
getBaseKeyCount
-
getBaseKey1
-
setBaseKey1
-
getBaseKey2
-
setBaseKey2
-
getBaseKey3
-
setBaseKey3
-
getBaseEncryptionKeyName
-
setBaseEncryptionKeyName
-
getKey1
-
getIv1
-
getKey2
-
getIv2
-
getKey3
-
getIv3
-