Uses of Enum
eu.europa.esig.dss.enumerations.RevocationReason
Package
Description
-
Uses of RevocationReason in eu.europa.esig.dss.detailedreport.jaxb
Modifier and TypeMethodDescriptionXmlRevocationInformation.getReason()
Gets the value of the reason property.Modifier and TypeMethodDescriptionAdapter10.marshal
(RevocationReason value) void
XmlRevocationInformation.setReason
(RevocationReason value) Sets the value of the reason property. -
Uses of RevocationReason in eu.europa.esig.dss.diagnostic
Modifier and TypeMethodDescriptionDiagnosticData.getCertificateRevocationReason
(String dssCertificateId) This method returns the revocation reason for the given certificate.CertificateRevocationWrapper.getReason()
Returns the revocation reason for the concerned certificate -
Uses of RevocationReason in eu.europa.esig.dss.diagnostic.jaxb
Modifier and TypeMethodDescriptionXmlCertificateRevocation.getReason()
Gets the value of the reason property.Modifier and TypeMethodDescriptionAdapter18.marshal
(RevocationReason value) void
XmlCertificateRevocation.setReason
(RevocationReason value) Sets the value of the reason property. -
Uses of RevocationReason in eu.europa.esig.dss.enumerations
Modifier and TypeMethodDescriptionstatic RevocationReason
RevocationReason.fromInt
(int value) Returns aRevocationReason
based on the given valuestatic RevocationReason
Returns the enum constant of this type with the specified name.static RevocationReason[]
RevocationReason.values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of RevocationReason in eu.europa.esig.dss.jaxb.parsers
Modifier and TypeMethodDescriptionstatic RevocationReason
RevocationReasonParser.parseShortName
(String v) Parses the value and returnsRevocationReason
Modifier and TypeMethodDescriptionstatic String
RevocationReasonParser.printShortName
(RevocationReason v) Gets a text name of the value -
Uses of RevocationReason in eu.europa.esig.dss.simplecertificatereport
Modifier and TypeMethodDescriptionSimpleCertificateReport.getCertificateRevocationReason
(String certificateId) This method returns the revocation reason for a given certificate -
Uses of RevocationReason in eu.europa.esig.dss.simplecertificatereport.jaxb
Modifier and TypeMethodDescriptionXmlRevocation.getRevocationReason()
Gets the value of the revocationReason property.Modifier and TypeMethodDescriptionAdapter3.marshal
(RevocationReason value) void
XmlRevocation.setRevocationReason
(RevocationReason value) Sets the value of the revocationReason property. -
Uses of RevocationReason in eu.europa.esig.dss.spi.x509.revocation
Modifier and TypeFieldDescriptionprotected RevocationReason
RevocationToken.reason
The reason of the revocation.Modifier and TypeMethodDescriptionRevocationToken.getReason()
Returns the revocation reason (if the token has been revoked) -
Uses of RevocationReason in eu.europa.esig.validationreport.jaxb
Modifier and TypeFieldDescriptionprotected RevocationReason
RevocationStatusInformationType.revocationReason
Modifier and TypeMethodDescriptionRevocationStatusInformationType.getRevocationReason()
Gets the value of the revocationReason property.Modifier and TypeMethodDescriptionAdapter4.marshal
(RevocationReason value) void
RevocationStatusInformationType.setRevocationReason
(RevocationReason value) Sets the value of the revocationReason property. -
Uses of RevocationReason in eu.europa.esig.validationreport.parsers
Modifier and TypeMethodDescriptionstatic RevocationReason
UriBasedEnumParser.parseRevocationReason
(String v) Parses the string value and returnsRevocationReason