Class EhealthSystemKey
- java.lang.Object
-
- be.business.connector.common.ehealth.EhealthSystemKey
-
- All Implemented Interfaces:
be.recipe.api.crypto.Message.Cipher.Key
public class EhealthSystemKey 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 EhealthSystemKey(ETKHelper etkHelper)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description be.recipe.api.crypto.Message.Cipher.Key.IDid()SecretKeysecret()be.fgov.ehealth.etee.crypto.encrypt.EncryptionTokentoken()
-
-
-
Constructor Detail
-
EhealthSystemKey
public EhealthSystemKey(ETKHelper etkHelper)
-
-
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
-
token
public be.fgov.ehealth.etee.crypto.encrypt.EncryptionToken token()
-
-