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 TypeMethodDescriptionint
byte[]
getIv1()
byte[]
getIv2()
byte[]
getIv3()
getKey1()
getKey2()
getKey3()
void
setBaseEncryptionKeyName
(String baseEncryptionKeyName) void
setBaseKey1
(BaseKey baseKey1) void
setBaseKey2
(BaseKey baseKey2) void
setBaseKey3
(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
-