SymmetricKeyParser 类
定义
Store primary and secondary keys Provide function for key length validation
public class SymmetricKeyParser
- 继承
-
java.lang.ObjectSymmetricKeyParser
构造函数
SymmetricKeyParser() |
Empty constructor: Used only to keep GSON happy. |
SymmetricKeyParser(String json) | |
SymmetricKeyParser(String primaryKey, String secondaryKey) |
方法
getPrimaryKey() |
Getter for PrimaryKey
|
getPrimaryKeyFinal() |
Getter for PrimaryKey
|
getSecondaryKey() |
Getter for SecondaryKey
|
getSecondaryKeyFinal() |
Getter for SecondaryKey
|
setPrimaryKey(String primaryKey) |
Setter for PrimaryKey |
setSecondaryKey(String secondaryKey) |
Setter for SecondaryKey |
toJson() |
Converts this into json and returns it |