| 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.ocsp |
Classes to validate revocation status of a certificate using OCSP (Online Certificate Status Protocol).
|
| be.fgov.ehealth.etee.crypto.policies |
Contains supported policies and options for configuration of the crypto services.
|
| Modifier and Type | Method and Description |
|---|---|
DataUnsealerBuilder.SigningPolicyStep |
DataUnsealerBuilder.OCSPPolicyStep.addOCSPPolicy(OCSPPolicy policy,
java.util.Map<OCSPOption,java.lang.Object> ocspOptions)
Choose an OCSP-policy, with a map to override the default options.
|
DataSealCheckerBuilder.SigningPolicyStep |
DataSealCheckerBuilder.OCSPPolicyStep.addOCSPPolicy(OCSPPolicy ocspPolicy,
java.util.Map<OCSPOption,java.lang.Object> ocspOptions)
Choose an OCSP-policy, with a map to override the default options.
|
| Modifier and Type | Method and Description |
|---|---|
EncryptionTokenCheckerBuilder.TrustStoreStep |
EncryptionTokenCheckerBuilder.OCSPPolicyStep.addOCSPPolicy(OCSPPolicy ocspPolicy,
java.util.Map<OCSPOption,java.lang.Object> ocspOptions)
Choose an OCSP-policy, with a map to override the default options.
|
DataSealerBuilder.SigningPolicyStep |
DataSealerBuilder.OCSPPolicyStep.addOCSPPolicy(OCSPPolicy policy,
java.util.Map<OCSPOption,java.lang.Object> ocspOptions)
Choose an OCSP-policy, with a map to override the default options.
|
| Modifier and Type | Method and Description |
|---|---|
OCSPCheckerBuilder.BuildStep |
OCSPCheckerBuilder.OCSPPolicyStep.addOCSPPolicy(OCSPPolicy ocspPolicy,
java.util.Map<OCSPOption,java.lang.Object> ocspOptions)
Choose an OCSP-policy, with a map to override the default options.
|
| Modifier and Type | Method and Description |
|---|---|
static OCSPOption |
OCSPOption.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static OCSPOption[] |
OCSPOption.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Boolean |
OCSPOptions.getBoolean(OCSPOption ocspOption) |
java.security.cert.CertStore |
OCSPOptions.getCertStore(OCSPOption ocspOption) |
java.lang.Integer |
OCSPOptions.getInteger(OCSPOption ocspOption) |
java.security.KeyStore |
OCSPOptions.getKeyStore(OCSPOption ocspOption) |
java.lang.Long |
OCSPOptions.getLong(OCSPOption ocspOption) |
java.lang.String |
OCSPOptions.getString(OCSPOption ocspOption) |
OCSPOptions |
OCSPOptions.set(OCSPOption option,
java.lang.Object value)
Override a default OCSPOption.
|
| Modifier and Type | Method and Description |
|---|---|
OCSPOptions |
OCSPOptions.setAll(java.util.Map<OCSPOption,java.lang.Object> options) |
Copyright © 2025 eHealth. All rights reserved.