Modifier and Type | Method and Description |
---|---|
byte[] |
Crypto.seal(Crypto.SigningPolicySelector type,
EncryptionToken enncryptionToken,
byte[] content) |
Modifier and Type | Method and Description |
---|---|
byte[] |
Crypto.seal(Crypto.SigningPolicySelector type,
Set<EncryptionToken> paramEncryptionTokenSet,
byte[] content) |
byte[] |
Crypto.seal(Crypto.SigningPolicySelector type,
Set<EncryptionToken> paramEncryptionTokenSet,
KeyResult symmKey,
byte[] content) |
Modifier and Type | Method and Description |
---|---|
byte[] |
AbstractEndToEndCrypto.seal(Crypto.SigningPolicySelector type,
EncryptionToken encryptionToken,
byte[] content) |
Modifier and Type | Method and Description |
---|---|
byte[] |
AbstractEndToEndCrypto.seal(Crypto.SigningPolicySelector type,
Set<EncryptionToken> paramEncryptionTokenSet,
byte[] content) |
byte[] |
CryptoImpl.seal(Crypto.SigningPolicySelector type,
Set<EncryptionToken> paramEncryptionTokenSet,
KeyResult symmKey,
byte[] content) |
Modifier and Type | Method and Description |
---|---|
EncryptionToken |
KeyDepotManager.getETK(IdentifierType identifierType,
Long identifierValue,
String application)
Gets the
EncryptionToken based on the input parameters |
EncryptionToken |
KeyDepotManager.getETK(KeyDepotManager.EncryptionTokenType type)
Gets the
EncryptionToken linked with the given EncryptionTokenType parameter. |
Modifier and Type | Method and Description |
---|---|
Set<EncryptionToken> |
KeyDepotManager.getETKs(IdentifierType identifierType,
Long identifierValue,
String application)
Gets the a
Set of EncryptionToken based on the input parameters. |
Set<EncryptionToken> |
KeyDepotService.getETKSet(IdentifierType identifierType,
String identifierValue,
String applicationId)
Gets the a
Set of EncryptionToken from the KeyDepot based on the input parameters. |
Modifier and Type | Method and Description |
---|---|
EncryptionToken |
KeyDepotManagerImpl.getETK(IdentifierType identifierType,
Long identifierValue,
String application) |
EncryptionToken |
KeyDepotManagerImpl.getETK(KeyDepotManager.EncryptionTokenType type) |
Modifier and Type | Method and Description |
---|---|
Set<EncryptionToken> |
KeyDepotManagerImpl.getETKs(IdentifierType identifierType,
Long identifierValue,
String application) |
Set<EncryptionToken> |
KeyDepotServiceImpl.getETKSet(IdentifierType identifierType,
String identifierValue,
String applicationId) |
Connector Packaging TECHNICAL 4.1.2 API
Copyright © {inceptionYear}-2022 eHealth. All Rights Reserved.