| Package | Description |
|---|---|
| be.fgov.ehealth.etee.crypto.decrypt |
Classes for validation and unsealing of sealed message.
|
| be.fgov.ehealth.etee.crypto.encrypt |
Classes for sealing of message and validation of ETKs.
|
| be.fgov.ehealth.etee.crypto.policies |
Contains supported policies and options for configuration of the crypto services.
|
| Modifier and Type | Method and Description |
|---|---|
DataUnsealerBuilder.SecretKeyPolicyStep |
DataUnsealerBuilder.PublicKeyPolicyStep.addPublicKeyPolicy(EncryptionPolicy policy,
EncryptionCredential... credentials)
Configure a public key policy and provide a list of
EncryptionCredentials to be able to decrypt the messages. |
DataUnsealerBuilder.BuildStep |
DataUnsealerBuilder.SecretKeyPolicyStep.addSecretKeyPolicy(EncryptionPolicy policy)
Configure a secret key policy
|
| Modifier and Type | Method and Description |
|---|---|
DataSealerBuilder.SecretKeyEncryptionPolicyStep |
DataSealerBuilder.PublicKeyEncryptionPolicyStep.addPublicKeyPolicy(EncryptionPolicy encryptionPolicy)
Configure a public key encryption policy
|
DataSealerBuilder.BuildStep |
DataSealerBuilder.SecretKeyEncryptionPolicyStep.addSecretKeyPolicy(EncryptionPolicy encryptionPolicy)
Configure a secret key encryption policy
|
| Modifier and Type | Method and Description |
|---|---|
static EncryptionPolicy |
EncryptionPolicy.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EncryptionPolicy[] |
EncryptionPolicy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2021 eHealth. All rights reserved.