Package | Description |
---|---|
be.ehealth.technicalconnector.service.etee | |
be.ehealth.technicalconnector.service.etee.impl |
Modifier and Type | Method and Description |
---|---|
static Crypto.SigningPolicySelector |
Crypto.SigningPolicySelector.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Crypto.SigningPolicySelector[] |
Crypto.SigningPolicySelector.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
byte[] |
Crypto.seal(Crypto.SigningPolicySelector type,
EncryptionToken enncryptionToken,
byte[] content) |
byte[] |
Crypto.seal(Crypto.SigningPolicySelector type,
KeyResult symmKey,
byte[] content) |
byte[] |
Crypto.seal(Crypto.SigningPolicySelector type,
Set<EncryptionToken> paramEncryptionTokenSet,
byte[] content) |
byte[] |
Crypto.seal(Crypto.SigningPolicySelector type,
Set<EncryptionToken> paramEncryptionTokenSet,
KeyResult symmKey,
byte[] content) |
UnsealedData |
Crypto.unseal(Crypto.SigningPolicySelector type,
byte[] protectedMessage) |
UnsealedData |
Crypto.unseal(Crypto.SigningPolicySelector type,
KeyResult symmKey,
byte[] protectedMessage) |
Modifier and Type | Method and Description |
---|---|
byte[] |
AbstractEndToEndCrypto.seal(Crypto.SigningPolicySelector type,
EncryptionToken encryptionToken,
byte[] content) |
byte[] |
AbstractEndToEndCrypto.seal(Crypto.SigningPolicySelector type,
KeyResult symmKey,
byte[] content) |
byte[] |
AbstractEndToEndCrypto.seal(Crypto.SigningPolicySelector type,
Set<EncryptionToken> paramEncryptionTokenSet,
byte[] content) |
byte[] |
CryptoImpl.seal(Crypto.SigningPolicySelector type,
Set<EncryptionToken> paramEncryptionTokenSet,
KeyResult symmKey,
byte[] content) |
UnsealedData |
CryptoImpl.unseal(Crypto.SigningPolicySelector type,
byte[] protectedMessage) |
UnsealedData |
CryptoImpl.unseal(Crypto.SigningPolicySelector type,
KeyResult symmKey,
byte[] protectedMessage) |
Connector Packaging TECHNICAL 4.1.2 API
Copyright © {inceptionYear}-2022 eHealth. All Rights Reserved.