public class SecureKeyPair extends APIBean
| Constructor and Description |
|---|
SecureKeyPair()
Default constructor
|
SecureKeyPair(java.lang.String secureKey,
java.lang.String secureData)
Constructor with parameters
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getSecureData()
Returns the object value
|
java.lang.String |
getSecureKey()
Returns the object secureKey name.
|
void |
setSecureData(java.lang.String secureData)
Sets the value for this object
|
void |
setSecureKey(java.lang.String secureKey)
Sets the secureKey name for this object.
|
public SecureKeyPair()
public SecureKeyPair(java.lang.String secureKey,
java.lang.String secureData)
secureKey - name of the keypairsecureData - value of the keypairpublic java.lang.String getSecureData()
public void setSecureData(java.lang.String secureData)
secureData - value to set.public java.lang.String getSecureKey()
public void setSecureKey(java.lang.String secureKey)
secureKey - Key name.