Uses of Class
be.ehealth.technicalconnector.service.etee.domain.EncryptionToken

Packages that use EncryptionToken
be.ehealth.businessconnector.chapterIV.utils   
be.ehealth.businessconnector.recipe.builders   
be.ehealth.businessconnector.recipe.utils   
be.ehealth.technicalconnector.service.etee   
be.ehealth.technicalconnector.service.etee.impl   
be.ehealth.technicalconnector.service.keydepot   
be.ehealth.technicalconnector.service.keydepot.impl   
 

Uses of EncryptionToken in be.ehealth.businessconnector.chapterIV.utils
 

Methods in be.ehealth.businessconnector.chapterIV.utils that return EncryptionToken
static EncryptionToken KeyDepotHelper.getChapterIVEncryptionToken()
          The encryption token needed by RECIPE
 

Uses of EncryptionToken in be.ehealth.businessconnector.recipe.builders
 

Methods in be.ehealth.businessconnector.recipe.builders with parameters of type EncryptionToken
 SendNotificationRequest SendNotificationBuilder.buildRequest(byte[] notificationText, long patientId, long executorId, EncryptionToken etkRecipient)
          Deprecated. Builds the request.
 

Uses of EncryptionToken in be.ehealth.businessconnector.recipe.utils
 

Methods in be.ehealth.businessconnector.recipe.utils that return EncryptionToken
static EncryptionToken KeyDepotHelper.getRecipeEncryptionToken()
          Deprecated. The encryption token needed by RECIPE
 

Uses of EncryptionToken in be.ehealth.technicalconnector.service.etee
 

Methods in be.ehealth.technicalconnector.service.etee with parameters of type EncryptionToken
 byte[] Crypto.seal(Crypto.SigningPolicySelector type, EncryptionToken enncryptionToken, byte[] content)
           
 byte[] Crypto.seal(EncryptionToken paramEncryptionToken, byte[] content)
          Deprecated. replaced by Crypto.seal(SigningPolicySelector, EncryptionToken, byte[])
 

Method parameters in be.ehealth.technicalconnector.service.etee with type arguments of type EncryptionToken
 byte[] Crypto.seal(Crypto.SigningPolicySelector type, Set<EncryptionToken> paramEncryptionTokenSet, byte[] content)
           
 byte[] Crypto.seal(Crypto.SigningPolicySelector type, Set<EncryptionToken> paramEncryptionTokenSet, KeyResult symmKey, byte[] content)
           
 byte[] Crypto.seal(Set<EncryptionToken> paramEncryptionTokenSet, byte[] content)
          Deprecated. replaced by Crypto.seal(SigningPolicySelector, Set, byte[])
 byte[] Crypto.seal(Set<EncryptionToken> paramEncryptionTokenSet, byte[] content, SecretKey secretKey, String keyId)
          Deprecated. replaced by Crypto.seal(SigningPolicySelector, Set, KeyResult, byte[])
 

Uses of EncryptionToken in be.ehealth.technicalconnector.service.etee.impl
 

Methods in be.ehealth.technicalconnector.service.etee.impl with parameters of type EncryptionToken
 byte[] AbstractEndToEndCrypto.seal(Crypto.SigningPolicySelector type, EncryptionToken encryptionToken, byte[] content)
           
 byte[] AbstractEndToEndCrypto.seal(EncryptionToken paramEncryptionToken, byte[] paramArrayOfByte)
           
 

Method parameters in be.ehealth.technicalconnector.service.etee.impl with type arguments of type EncryptionToken
 byte[] AbstractEndToEndCrypto.seal(Crypto.SigningPolicySelector type, Set<EncryptionToken> paramEncryptionTokenSet, byte[] content)
           
 byte[] CryptoImpl.seal(Crypto.SigningPolicySelector type, Set<EncryptionToken> paramEncryptionTokenSet, KeyResult symmKey, byte[] content)
           
 byte[] AbstractEndToEndCrypto.seal(Set<EncryptionToken> paramEncryptionTokenSet, byte[] paramArrayOfByte)
           
 byte[] AbstractEndToEndCrypto.seal(Set<EncryptionToken> paramEncryptionTokenSet, byte[] content, SecretKey secretKey, String base64encodedSymKekId)
           
 

Uses of EncryptionToken in be.ehealth.technicalconnector.service.keydepot
 

Methods in be.ehealth.technicalconnector.service.keydepot that return EncryptionToken
 EncryptionToken KeyDepotManager.getEncryptionETK()
          Deprecated. replaced byKeyDepotManager#getETK(EncryptionTokenType.ENCRYPTION)
 EncryptionToken KeyDepotManager.getEtk(IdentifierType identifierType, Long identifierValue, String application)
          Gets the EncryptionToken based on the input parameters
 EncryptionToken KeyDepotManager.getETK(KeyDepotManager.EncryptionTokenType type)
          Gets the EncryptionToken linked with the given EncryptionTokenType parameter.
 EncryptionToken KeyDepotManager.getHolderOfKeyETK()
          Deprecated. replaced byKeyDepotManager#getETK(EncryptionTokenType.HOLDER_OF_KEY)
 

Methods in be.ehealth.technicalconnector.service.keydepot that return types with arguments of type EncryptionToken
 Set<EncryptionToken> KeyDepotManager.getEtkSet(IdentifierType identifierType, Long identifierValue, String application)
          Gets the a Set of EncryptionToken based on the input parameters.
 Set<EncryptionToken> KeyDepotService.getETKSet(IdentifierType identifierType, String identifierValue, String applicationId)
          Gets the a Set of EncryptionToken from the KeyDepot based on the input parameters.
 

Uses of EncryptionToken in be.ehealth.technicalconnector.service.keydepot.impl
 

Methods in be.ehealth.technicalconnector.service.keydepot.impl that return EncryptionToken
 EncryptionToken KeyDepotManagerImpl.getEncryptionETK()
           
 EncryptionToken KeyDepotManagerImpl.getEtk(IdentifierType identifierType, Long identifierValue, String application)
           
 EncryptionToken KeyDepotManagerImpl.getETK(KeyDepotManager.EncryptionTokenType type)
           
 EncryptionToken KeyDepotManagerImpl.getHolderOfKeyETK()
           
 

Methods in be.ehealth.technicalconnector.service.keydepot.impl that return types with arguments of type EncryptionToken
 Set<EncryptionToken> KeyDepotManagerImpl.getEtkSet(IdentifierType identifierType, Long identifierValue, String application)
           
 Set<EncryptionToken> KeyDepotServiceImpl.getETKSet(IdentifierType identifierType, String identifierValue, String applicationId)
           
 




Connector Packaging PERSPHYSICIAN 3.10.2 API
Copyright © {inceptionYear}-2016 eHealth. All Rights Reserved.