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) voidXmlRevocationInformation.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) voidXmlCertificateRevocation.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 RevocationReasonRevocationReason.fromInt(int value) Returns aRevocationReasonbased on the given valuestatic RevocationReasonReturns 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 RevocationReasonRevocationReasonParser.parseShortName(String v) Parses the value and returnsRevocationReasonMethods in eu.europa.esig.dss.jaxb.parsers with parameters of type RevocationReasonModifier and TypeMethodDescriptionstatic StringRevocationReasonParser.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) voidXmlRevocation.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 RevocationReasonRevocationToken.reasonThe 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 RevocationReasonRevocationStatusInformationType.revocationReasonMethods 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) voidRevocationStatusInformationType.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 RevocationReasonUriBasedEnumParser.parseRevocationReason(String v) Parses the string value and returnsRevocationReason