Uses of Interface
be.ehealth.technicalconnector.service.etee.Crypto

Packages that use Crypto
be.ehealth.technicalconnector.service.etee   
be.ehealth.technicalconnector.service.etee.impl   
be.ehealth.technicalconnector.session   
be.ehealth.technicalconnector.session.impl   
be.ehealth.technicalconnector.utils   
 

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

Methods in be.ehealth.technicalconnector.service.etee that return Crypto
static Crypto CryptoFactory.getCrypto(Credential encryption, Map<String,PrivateKey> decryptionKeys)
           
static Crypto CryptoFactory.getCrypto(Credential encryption, Map<String,PrivateKey> decryptionKeys, String oCSPPolicy)
          Possible values of the OCSPPolicy parameter:
static Crypto CryptoFactory.getCryptoFromSession()
           
 

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

Classes in be.ehealth.technicalconnector.service.etee.impl that implement Crypto
 class AbstractCrypto
          Abstract class containing symmetric crypto methods Implementation of Crypto
 class AbstractEndToEndCrypto
          Abstract class that extracts all the utility methods
 class CryptoImpl
          Implementation for Crypto.
 

Uses of Crypto in be.ehealth.technicalconnector.session
 

Methods in be.ehealth.technicalconnector.session that return Crypto
 Crypto SessionItem.getEncryptionCrypto()
          Gets the crypto associated with the Encryption credentials
 Crypto SessionItem.getHolderOfKeyCrypto()
          Gets the crypto associated with the HOK credentials
 

Methods in be.ehealth.technicalconnector.session with parameters of type Crypto
<T> T
ImplementationClassFactory.createImplementationClass(Class<T> clazz, SessionValidator sessionValidator, EhealthReplyValidator replyValidator, Crypto hokCrypto, Crypto encryptionCrypto, String... additionalParameters)
          Deprecated. use the other createImplementationClass method without crypto
 

Uses of Crypto in be.ehealth.technicalconnector.session.impl
 

Methods in be.ehealth.technicalconnector.session.impl that return Crypto
 Crypto SessionItemImpl.getEncryptionCrypto()
           
 Crypto SessionItemImpl.getHolderOfKeyCrypto()
           
 

Uses of Crypto in be.ehealth.technicalconnector.utils
 

Methods in be.ehealth.technicalconnector.utils that return Crypto
static Crypto SessionUtil.getCrypto(CryptoType type, Crypto defaultCrypto)
           
static Crypto SessionUtil.getEncryptionCrypto()
          validates if the session and the encryption crypto is present, and returns the encryption Crypto.
static Crypto SessionUtil.getHolderOfKeyCrypto()
          validates if the session and the 'holder of key' crypto is present, and returns the 'holder of key' Crypto.
 

Methods in be.ehealth.technicalconnector.utils with parameters of type Crypto
static Crypto SessionUtil.getCrypto(CryptoType type, Crypto defaultCrypto)
           
 




Connector Packaging TECHNICAL 3.24.0-beta-4 API
Copyright © {inceptionYear}-2022 eHealth. All Rights Reserved.