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

Packages that use Crypto
be.ehealth.businessconnector.chapterIV.builders   
be.ehealth.businessconnector.chapterIV.builders.impl   
be.ehealth.businessconnector.chapterIV.session.impl   
be.ehealth.businessconnector.dics.session.impl   
be.ehealth.businessconnector.dicsv2.session.impl   
be.ehealth.businessconnector.ehbox.v3.builders.impl   
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.businessconnector.chapterIV.builders
 

Constructors in be.ehealth.businessconnector.chapterIV.builders with parameters of type Crypto
BuilderFactory(Crypto holderOfKeyCrypto, Crypto encryptionCrypto, KmehrValidator validator, Chapter4XmlValidator chapter4XmlValidator)
          Deprecated. use it without the crypto parameters
 

Uses of Crypto in be.ehealth.businessconnector.chapterIV.builders.impl
 

Constructors in be.ehealth.businessconnector.chapterIV.builders.impl with parameters of type Crypto
CommonBuilderImpl(Crypto crypto, Chapter4XmlValidator chapter4XmlValidator, KmehrValidator kmehrValidator, KmehrBuilder kmehrBuilder)
          Deprecated. 
ResponseBuilderImpl(Crypto crypto, Chapter4XmlValidator validator)
          Deprecated. use ResponseBuilderImpl(Chapter4XmlValidator validator) instead , the HolderOfKeyCrypto is now retrieved directly from the session.
 

Uses of Crypto in be.ehealth.businessconnector.chapterIV.session.impl
 

Constructors in be.ehealth.businessconnector.chapterIV.session.impl with parameters of type Crypto
ChapterIVServiceImpl(SessionValidator sessionValidator, EhealthReplyValidator replyValidator, Crypto systemCrypto, Crypto personalCrypto)
          Deprecated. same but without the crypto class
 

Uses of Crypto in be.ehealth.businessconnector.dics.session.impl
 

Methods in be.ehealth.businessconnector.dics.session.impl with parameters of type Crypto
<T> T
DicsImplementationClassFactory.createImplementationClass(Class<T> clazz, SessionValidator sessionValidator, EhealthReplyValidator replyValidator, Crypto hokCrypto, Crypto encryptionCrypto, String... additionalParameters)
           
 

Uses of Crypto in be.ehealth.businessconnector.dicsv2.session.impl
 

Methods in be.ehealth.businessconnector.dicsv2.session.impl with parameters of type Crypto
<T> T
DicsImplementationClassFactory.createImplementationClass(Class<T> clazz, SessionValidator sessionValidator, EhealthReplyValidator replyValidator, Crypto hokCrypto, Crypto encryptionCrypto, String... additionalParameters)
           
 

Uses of Crypto in be.ehealth.businessconnector.ehbox.v3.builders.impl
 

Constructors in be.ehealth.businessconnector.ehbox.v3.builders.impl with parameters of type Crypto
AbstractConsultationBuilder(Crypto crypto)
          Deprecated. same without parameters
ConsultationFullMessageBuilder(Crypto crypto)
          Deprecated. use the same without parameters.
ConsultationMessageBuilderImpl(Crypto crypto)
          Deprecated. Do not user crypto
ConsultationReducedMessageBuilder(Crypto crypto)
          Deprecated. Do not use crypto
SendMessageBuilderImpl(Crypto encryptionCrypto, KeyDepotManager keydepotManager)
          Deprecated. 
 

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 Business ORGPHARMACY 3.11.1 API
Copyright © {inceptionYear}-2016 eHealth. All Rights Reserved.