|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CertificateStatus | |
|---|---|
| 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). |
| Uses of CertificateStatus in be.fgov.ehealth.etee.crypto.cert |
|---|
| Methods in be.fgov.ehealth.etee.crypto.cert that return CertificateStatus | |
|---|---|
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. |
| Methods in be.fgov.ehealth.etee.crypto.cert that return types with arguments of type CertificateStatus | |
|---|---|
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)
|
| Uses of CertificateStatus in be.fgov.ehealth.etee.crypto.crl |
|---|
| Methods in be.fgov.ehealth.etee.crypto.crl that return CertificateStatus | |
|---|---|
CertificateStatus |
CRLData.getCertStatus()
|
| Uses of CertificateStatus in be.fgov.ehealth.etee.crypto.ocsp |
|---|
| Methods in be.fgov.ehealth.etee.crypto.ocsp that return CertificateStatus | |
|---|---|
CertificateStatus |
OCSPData.getCertStatus()
|
| Constructors in be.fgov.ehealth.etee.crypto.ocsp with parameters of type CertificateStatus | |
|---|---|
OCSPData(CertificateStatus certStatus,
byte[] ocspResponse,
java.util.List<java.security.cert.X509CRL> crls)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||