Uses of Enum
eu.europa.esig.dss.enumerations.CertificateStatus
Package
Description
-
Uses of CertificateStatus in eu.europa.esig.dss.diagnostic
Modifier and TypeMethodDescriptionDiagnosticData.getCertificateRevocationStatus
(String dssCertificateId) This method returns the revocation status for the given certificate.CertificateRevocationWrapper.getStatus()
Returns the revocation status of the concerned certificate -
Uses of CertificateStatus in eu.europa.esig.dss.diagnostic.jaxb
Modifier and TypeMethodDescriptionXmlCertificateRevocation.getStatus()
Gets the value of the status property.Modifier and TypeMethodDescriptionAdapter17.marshal
(CertificateStatus value) void
XmlCertificateRevocation.setStatus
(CertificateStatus value) Sets the value of the status property. -
Uses of CertificateStatus in eu.europa.esig.dss.enumerations
Modifier and TypeMethodDescriptionstatic CertificateStatus
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. -
Uses of CertificateStatus in eu.europa.esig.dss.jaxb.parsers
Modifier and TypeMethodDescriptionstatic CertificateStatus
Parses the value and returnsCertificateStatus
Modifier and TypeMethodDescriptionstatic String
CertificateStatusParser.print
(CertificateStatus v) Gets a text name of the value -
Uses of CertificateStatus in eu.europa.esig.dss.spi.x509.revocation
Modifier and TypeFieldDescriptionprotected CertificateStatus
RevocationToken.status
Contains the revocation status of the token.