public abstract class AbstractEndToEndCrypto extends Object implements Crypto
Crypto.SigningPolicySelector
Modifier and Type | Field and Description |
---|---|
static String |
PROP_DUMP_FIRST_CHARS
Property to specify the number of characters that will be dumped in the logs.
|
static String |
PROP_DUMP_MESSAGES
Property to specify if the message must be dumped in the logs
|
DATASEALER_CREDENTIAL, DATAUNSEALER_PKMAP, OCSP_OPTIONMAP, OCSP_POLICY, SIGNING_OPTIONMAP
Constructor and Description |
---|
AbstractEndToEndCrypto() |
Modifier and Type | Method and Description |
---|---|
byte[] |
seal(Crypto.SigningPolicySelector type,
EncryptionToken encryptionToken,
byte[] content) |
byte[] |
seal(Crypto.SigningPolicySelector type,
KeyResult symmKey,
byte[] content) |
byte[] |
seal(Crypto.SigningPolicySelector type,
Set<EncryptionToken> paramEncryptionTokenSet,
byte[] content) |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
seal, unseal, unseal
initialize
public static final String PROP_DUMP_MESSAGES
Default::false
public static final String PROP_DUMP_FIRST_CHARS
Default:50
public byte[] seal(Crypto.SigningPolicySelector type, KeyResult symmKey, byte[] content) throws TechnicalConnectorException
seal
in interface Crypto
TechnicalConnectorException
public byte[] seal(Crypto.SigningPolicySelector type, EncryptionToken encryptionToken, byte[] content) throws TechnicalConnectorException
seal
in interface Crypto
TechnicalConnectorException
public byte[] seal(Crypto.SigningPolicySelector type, Set<EncryptionToken> paramEncryptionTokenSet, byte[] content) throws TechnicalConnectorException
seal
in interface Crypto
TechnicalConnectorException
Connector Packaging TECHNICAL 4.4.0 API
Copyright © {inceptionYear}-2023 eHealth. All Rights Reserved.