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 RevocationReason
XmlRevocationInformation. reason
Methods in eu.europa.esig.dss.detailedreport.jaxb that return RevocationReason Modifier and Type Method Description RevocationReason
XmlRevocationInformation. getReason()
Gets the value of the reason property.RevocationReason
Adapter10. unmarshal(String value)
Methods in eu.europa.esig.dss.detailedreport.jaxb with parameters of type RevocationReason Modifier and Type Method Description String
Adapter10. 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 RevocationReason Modifier and Type Method Description RevocationReason
DiagnosticData. getCertificateRevocationReason(String dssCertificateId)
This method returns the revocation reason for the given certificate.RevocationReason
CertificateRevocationWrapper. 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 RevocationReason
XmlCertificateRevocation. reason
Methods in eu.europa.esig.dss.diagnostic.jaxb that return RevocationReason Modifier and Type Method Description RevocationReason
XmlCertificateRevocation. getReason()
Gets the value of the reason property.RevocationReason
Adapter15. unmarshal(String value)
Methods in eu.europa.esig.dss.diagnostic.jaxb with parameters of type RevocationReason Modifier and Type Method Description String
Adapter15. 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 RevocationReason Modifier and Type Method Description static RevocationReason
RevocationReason. fromInt(int value)
static RevocationReason
RevocationReason. 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 RevocationReason
RevocationReasonParser. parseShortName(String v)
Methods in eu.europa.esig.dss.jaxb.parsers with parameters of type RevocationReason Modifier and Type Method Description static String
RevocationReasonParser. 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 RevocationReason
SimpleCertificateReport. 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 RevocationReason
XmlRevocation. revocationReason
Methods in eu.europa.esig.dss.simplecertificatereport.jaxb that return RevocationReason Modifier and Type Method Description RevocationReason
XmlRevocation. getRevocationReason()
Gets the value of the revocationReason property.RevocationReason
Adapter3. unmarshal(String value)
Methods in eu.europa.esig.dss.simplecertificatereport.jaxb with parameters of type RevocationReason Modifier and Type Method Description String
Adapter3. 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 RevocationReason Modifier and Type Field Description protected RevocationReason
RevocationToken. reason
The reason of the revocation.Methods in eu.europa.esig.dss.spi.x509.revocation that return RevocationReason Modifier and Type Method Description RevocationReason
RevocationToken. 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 RevocationReason
RevocationStatusInformationType. revocationReason
Methods in eu.europa.esig.validationreport.jaxb that return RevocationReason Modifier and Type Method Description RevocationReason
RevocationStatusInformationType. getRevocationReason()
Gets the value of the revocationReason property.RevocationReason
Adapter4. unmarshal(String value)
Methods in eu.europa.esig.validationreport.jaxb with parameters of type RevocationReason Modifier and Type Method Description String
Adapter4. 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 RevocationReason Modifier and Type Method Description static RevocationReason
UriBasedEnumParser. parseRevocationReason(String v)