Uses of Class
eu.europa.esig.dss.enumerations.RevocationReason
-
-
-
Uses of RevocationReason in eu.europa.esig.dss.detailedreport.jaxb
Fields in eu.europa.esig.dss.detailedreport.jaxb declared as RevocationReason Modifier and Type Field Description protected RevocationReasonXmlRevocationInformation. reasonMethods in eu.europa.esig.dss.detailedreport.jaxb that return RevocationReason Modifier and Type Method Description RevocationReasonXmlRevocationInformation. getReason()Gets the value of the reason property.RevocationReasonAdapter9. unmarshal(String value)Methods in eu.europa.esig.dss.detailedreport.jaxb with parameters of type RevocationReason Modifier and Type Method Description StringAdapter9. 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 RevocationReason Modifier and Type Method Description RevocationReasonDiagnosticData. getCertificateRevocationReason(String dssCertificateId)This method returns the revocation reason for the given certificate.RevocationReasonCertificateRevocationWrapper. getReason() -
Uses of RevocationReason in eu.europa.esig.dss.diagnostic.jaxb
Fields in eu.europa.esig.dss.diagnostic.jaxb declared as RevocationReason Modifier and Type Field Description protected RevocationReasonXmlCertificateRevocation. reasonMethods in eu.europa.esig.dss.diagnostic.jaxb that return RevocationReason Modifier and Type Method Description RevocationReasonXmlCertificateRevocation. getReason()Gets the value of the reason property.RevocationReasonAdapter13. unmarshal(String value)Methods in eu.europa.esig.dss.diagnostic.jaxb with parameters of type RevocationReason Modifier and Type Method Description StringAdapter13. 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 RevocationReason Modifier and Type Method Description static RevocationReasonRevocationReason. fromInt(int value)static RevocationReasonRevocationReason. valueOf(String name)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 RevocationReason Modifier and Type Method Description static RevocationReasonRevocationReasonParser. parseShortName(String v)Methods in eu.europa.esig.dss.jaxb.parsers with parameters of type RevocationReason Modifier and Type Method Description static StringRevocationReasonParser. printShortName(RevocationReason v) -
Uses of RevocationReason in eu.europa.esig.dss.simplecertificatereport
Methods in eu.europa.esig.dss.simplecertificatereport that return RevocationReason Modifier and Type Method Description RevocationReasonSimpleCertificateReport. 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 RevocationReason Modifier and Type Field Description protected RevocationReasonXmlRevocation. revocationReasonMethods in eu.europa.esig.dss.simplecertificatereport.jaxb that return RevocationReason Modifier and Type Method Description RevocationReasonXmlRevocation. getRevocationReason()Gets the value of the revocationReason property.RevocationReasonAdapter3. unmarshal(String value)Methods in eu.europa.esig.dss.simplecertificatereport.jaxb with parameters of type RevocationReason Modifier and Type Method Description StringAdapter3. 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 RevocationReason Modifier and Type Field Description protected RevocationReasonRevocationToken. reasonThe reason of the revocation.Methods in eu.europa.esig.dss.spi.x509.revocation that return RevocationReason Modifier and Type Method Description RevocationReasonRevocationToken. 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 RevocationReason Modifier and Type Field Description protected RevocationReasonRevocationStatusInformationType. revocationReasonMethods in eu.europa.esig.validationreport.jaxb that return RevocationReason Modifier and Type Method Description RevocationReasonRevocationStatusInformationType. getRevocationReason()Gets the value of the revocationReason property.RevocationReasonAdapter4. unmarshal(String value)Methods in eu.europa.esig.validationreport.jaxb with parameters of type RevocationReason Modifier and Type Method Description StringAdapter4. 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 RevocationReason Modifier and Type Method Description static RevocationReasonUriBasedEnumParser. parseRevocationReason(String v)
-