Class EhealthResponseKey
- java.lang.Object
-
- be.business.connector.common.ehealth.EhealthResponseKey
-
- All Implemented Interfaces:
be.recipe.api.crypto.Message.Cipher.Key
public class EhealthResponseKey extends Object implements be.recipe.api.crypto.Message.Cipher.Key
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface be.recipe.api.crypto.Message.Cipher.Key
be.recipe.api.crypto.Message.Cipher.Key.ByID, be.recipe.api.crypto.Message.Cipher.Key.DB<V extends Object>, be.recipe.api.crypto.Message.Cipher.Key.ID, be.recipe.api.crypto.Message.Cipher.Key.NotFound, be.recipe.api.crypto.Message.Cipher.Key.Owner<V extends Object>, be.recipe.api.crypto.Message.Cipher.Key.Simple
-
-
Constructor Summary
Constructors Constructor Description EhealthResponseKey(SecretKey secret)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description be.recipe.api.crypto.Message.Cipher.Key.IDid()SecretKeysecret()
-
-
-
Constructor Detail
-
EhealthResponseKey
public EhealthResponseKey(SecretKey secret)
-
-
Method Detail
-
id
public be.recipe.api.crypto.Message.Cipher.Key.ID id()
- Specified by:
idin interfacebe.recipe.api.crypto.Message.Cipher.Key
-
secret
public SecretKey secret()
- Specified by:
secretin interfacebe.recipe.api.crypto.Message.Cipher.Key
-
-