public class SymmetricKey extends Object
| Constructor and Description |
|---|
SymmetricKey()
Constructor for initialization
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
String |
getPrimaryKey()
Getter for primary key
|
String |
getSecondaryKey()
Getter for secondary key
|
void |
setPrimaryKey(String primaryKey)
Setter for primary key
Validates the length of the key
|
void |
setSecondaryKey(String secondaryKey)
Setter for secondary key
Validates the length of the key
|
public String getPrimaryKey()
public void setPrimaryKey(String primaryKey)
primaryKey - Primary key part of the symmetric keypublic String getSecondaryKey()
public void setSecondaryKey(String secondaryKey)
secondaryKey - Secondary key part of the symmetric keyCopyright © 2017. All rights reserved.