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)
Deprecated.
as of service-client version 1.15.1, please use
setPrimaryKeyFinal(String) |
void |
setPrimaryKeyFinal(String primaryKey)
Setter for primary key
Validates the length of the key
|
void |
setSecondaryKey(String secondaryKey)
Deprecated.
as of service-client version 1.15.1, please use
setSecondaryKeyFinal(String) |
void |
setSecondaryKeyFinal(String secondaryKey)
Setter for secondary key
Validates the length of the key
|
public String getPrimaryKey()
@Deprecated public void setPrimaryKey(String primaryKey)
setPrimaryKeyFinal(String)primaryKey - Primary key part of the symmetric keypublic final void setPrimaryKeyFinal(String primaryKey)
primaryKey - Primary key part of the symmetric keypublic String getSecondaryKey()
@Deprecated public void setSecondaryKey(String secondaryKey)
setSecondaryKeyFinal(String)secondaryKey - Secondary key part of the symmetric keypublic final void setSecondaryKeyFinal(String secondaryKey)
secondaryKey - Secondary key part of the symmetric keyCopyright © 2022. All rights reserved.