|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.ehealth.technicalconnector.service.kgss.domain.KeyResult
public class KeyResult
The Class KeyResult.
Constructor Summary | |
---|---|
KeyResult(SecretKey secretKey,
String keyId)
Instantiates a new key result. |
Method Summary | |
---|---|
String |
getKeyId()
Gets the key id. |
SecretKey |
getSecretKey()
Gets the secret key. |
void |
setKeyId(String keyId)
Sets the key id. |
void |
setSecretKey(SecretKey secretKey)
Sets the secret key. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public KeyResult(SecretKey secretKey, String keyId)
secretKey
- the secret keykeyId
- the key idMethod Detail |
---|
public SecretKey getSecretKey()
public void setSecretKey(SecretKey secretKey)
secretKey
- the new secret keypublic String getKeyId()
public void setKeyId(String keyId)
keyId
- the new key id
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |