Modifier and Type | Method and Description |
---|---|
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() |
Modifier and Type | Class and Description |
---|---|
class |
AbstractEndToEndCrypto
Abstract class that extracts all the utility methods
|
class |
CryptoImpl
Implementation for
Crypto . |
Modifier and Type | Method and Description |
---|---|
Crypto |
SessionItem.getEncryptionCrypto()
Gets the crypto associated with the Encryption credentials
|
Crypto |
SessionItem.getHolderOfKeyCrypto()
Gets the crypto associated with the HOK credentials
|
Modifier and Type | Method and Description |
---|---|
<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
|
Modifier and Type | Method and Description |
---|---|
Crypto |
SessionItemImpl.getEncryptionCrypto() |
Crypto |
SessionItemImpl.getHolderOfKeyCrypto() |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
static Crypto |
SessionUtil.getCrypto(CryptoType type,
Crypto defaultCrypto) |
Connector Packaging TECHNICAL 4.3.0-beta-3 API
Copyright © {inceptionYear}-2022 eHealth. All Rights Reserved.