|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Crypto in be.ehealth.businessconnector.dics.session.impl |
---|
Methods in be.ehealth.businessconnector.dics.session.impl with parameters of type Crypto | ||
---|---|---|
|
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 | ||
---|---|---|
|
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 | ||
---|---|---|
|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |