SymmetricKey 类
定义
Store primary and secondary keys Provide function for key length validation
public class SymmetricKey
- 继承
-
java.lang.ObjectSymmetricKey
构造函数
SymmetricKey() |
Constructor for initialization |
方法
equals(Object other) | |
getPrimaryKey() |
Getter for primary key |
getSecondaryKey() |
Getter for secondary key |
setPrimaryKey(String primaryKey) |
Setter for primary key Validates the length of the key
|
setPrimaryKeyFinal(String primaryKey) |
Setter for primary key Validates the length of the key |
setSecondaryKey(String secondaryKey) |
Setter for secondary key Validates the length of the key
|
setSecondaryKeyFinal(String secondaryKey) |
Setter for secondary key Validates the length of the key |