| Package | Description |
|---|---|
| be.fgov.ehealth.etee.crypto.cert |
Classes for validation of a certificate path.
|
| be.fgov.ehealth.etee.crypto.crl |
Classes to validate revocation status of a certificate using CRL.
|
| be.fgov.ehealth.etee.crypto.ocsp |
Classes to validate revocation status of a certificate using OCSP (Online Certificate Status Protocol).
|
| Modifier and Type | Method and Description |
|---|---|
static CertificateStatus |
CertificateStatus.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CertificateStatus[] |
CertificateStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
CryptoResult<CertificateStatus> |
CertPathChecker.validate(java.util.List<java.security.cert.X509Certificate> certificateChain) |
CryptoResult<CertificateStatus> |
CertPathChecker.validate(java.util.List<java.security.cert.X509Certificate> certificateChain,
java.util.Date validationDate) |
| Modifier and Type | Method and Description |
|---|---|
CertificateStatus |
CRLData.getCertStatus() |
| Modifier and Type | Method and Description |
|---|---|
CertificateStatus |
OCSPData.getCertStatus() |
| Constructor and Description |
|---|
OCSPData(CertificateStatus certStatus,
byte[] ocspResponse,
java.util.List<java.security.cert.X509CRL> crls) |
Copyright © 2021 eHealth. All rights reserved.