Uses of Enum
eu.europa.esig.dss.enumerations.RevocationReason
Packages that use RevocationReason
Package
Description
-
Uses of RevocationReason in eu.europa.esig.dss.detailedreport.jaxb
Fields in eu.europa.esig.dss.detailedreport.jaxb declared as RevocationReasonMethods in eu.europa.esig.dss.detailedreport.jaxb that return RevocationReasonModifier and TypeMethodDescriptionXmlRevocationInformation.getReason()
Gets the value of the reason property.Methods in eu.europa.esig.dss.detailedreport.jaxb with parameters of type RevocationReasonModifier 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
Methods in eu.europa.esig.dss.diagnostic that return RevocationReasonModifier 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
Fields in eu.europa.esig.dss.diagnostic.jaxb declared as RevocationReasonMethods in eu.europa.esig.dss.diagnostic.jaxb that return RevocationReasonModifier and TypeMethodDescriptionXmlCertificateRevocation.getReason()
Gets the value of the reason property.Methods in eu.europa.esig.dss.diagnostic.jaxb with parameters of type RevocationReasonModifier 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
Methods in eu.europa.esig.dss.enumerations that return RevocationReasonModifier 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
Methods in eu.europa.esig.dss.jaxb.parsers that return RevocationReasonModifier and TypeMethodDescriptionstatic RevocationReason
RevocationReasonParser.parseShortName
(String v) Parses the value and returnsRevocationReason
Methods in eu.europa.esig.dss.jaxb.parsers with parameters of type RevocationReasonModifier and TypeMethodDescriptionstatic String
RevocationReasonParser.printShortName
(RevocationReason v) Gets a text name of the value -
Uses of RevocationReason in eu.europa.esig.dss.simplecertificatereport
Methods in eu.europa.esig.dss.simplecertificatereport that return RevocationReasonModifier 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
Fields in eu.europa.esig.dss.simplecertificatereport.jaxb declared as RevocationReasonMethods in eu.europa.esig.dss.simplecertificatereport.jaxb that return RevocationReasonModifier and TypeMethodDescriptionXmlRevocation.getRevocationReason()
Gets the value of the revocationReason property.Methods in eu.europa.esig.dss.simplecertificatereport.jaxb with parameters of type RevocationReasonModifier 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
Fields in eu.europa.esig.dss.spi.x509.revocation declared as RevocationReasonModifier and TypeFieldDescriptionprotected RevocationReason
RevocationToken.reason
The reason of the revocation.Methods in eu.europa.esig.dss.spi.x509.revocation that return RevocationReasonModifier and TypeMethodDescriptionRevocationToken.getReason()
Returns the revocation reason (if the token has been revoked) -
Uses of RevocationReason in eu.europa.esig.validationreport.jaxb
Fields in eu.europa.esig.validationreport.jaxb declared as RevocationReasonModifier and TypeFieldDescriptionprotected RevocationReason
RevocationStatusInformationType.revocationReason
Methods in eu.europa.esig.validationreport.jaxb that return RevocationReasonModifier and TypeMethodDescriptionRevocationStatusInformationType.getRevocationReason()
Gets the value of the revocationReason property.Methods in eu.europa.esig.validationreport.jaxb with parameters of type RevocationReasonModifier 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
Methods in eu.europa.esig.validationreport.parsers that return RevocationReasonModifier and TypeMethodDescriptionstatic RevocationReason
UriBasedEnumParser.parseRevocationReason
(String v) Parses the string value and returnsRevocationReason