Uses of Enum
eu.europa.esig.dss.enumerations.RevocationType
Packages that use RevocationType
Package
Description
-
Uses of RevocationType in eu.europa.esig.dss.diagnostic
Methods in eu.europa.esig.dss.diagnostic that return RevocationTypeModifier and TypeMethodDescriptionDiagnosticData.getCertificateRevocationSource
(String dssCertificateId) This method returns the revocation source for the given certificate.OrphanRevocationTokenWrapper.getRevocationType()
Returns a revocation data type (CRL or OCSP)RevocationWrapper.getRevocationType()
Returns the revocation data typeMethods in eu.europa.esig.dss.diagnostic with parameters of type RevocationTypeModifier and TypeMethodDescriptionFoundRevocationsProxy.getOrphanRevocationsByType
(RevocationType type) Returns a list of allOrphanRevocationWrapper
s found in the signature, but not used during the validation process with the giventype
FoundRevocationsProxy.getOrphanRevocationsByTypeAndOrigin
(RevocationType type, RevocationOrigin origin) Returns a list of orphan revocation data by the given origin and typeFoundRevocationsProxy.getOrphanRevocationsByTypeAndRefOrigin
(RevocationType type, RevocationRefOrigin refOrigin) Returns a list of orphan revocation data by the given reference origin and typeFoundRevocationsProxy.getRelatedRevocationsByType
(RevocationType type) Returns a list of allRelatedRevocationWrapper
s used for the signature validation process with the giventype
FoundRevocationsProxy.getRelatedRevocationsByTypeAndOrigin
(RevocationType type, RevocationOrigin origin) Returns a list of related revocation data by the given origin and typeFoundRevocationsProxy.getRelatedRevocationsByTypeAndRefOrigin
(RevocationType type, RevocationRefOrigin refOrigin) Returns a list of related revocation data by the given reference origin and type -
Uses of RevocationType in eu.europa.esig.dss.diagnostic.jaxb
Fields in eu.europa.esig.dss.diagnostic.jaxb declared as RevocationTypeModifier and TypeFieldDescriptionprotected RevocationType
XmlOrphanRevocationToken.revocationType
protected RevocationType
XmlFoundRevocation.type
protected RevocationType
XmlRevocation.type
Methods in eu.europa.esig.dss.diagnostic.jaxb that return RevocationTypeModifier and TypeMethodDescriptionXmlOrphanRevocationToken.getRevocationType()
Gets the value of the revocationType property.XmlFoundRevocation.getType()
Gets the value of the type property.XmlRevocation.getType()
Gets the value of the type property.Methods in eu.europa.esig.dss.diagnostic.jaxb with parameters of type RevocationTypeModifier and TypeMethodDescriptionAdapter20.marshal
(RevocationType value) void
XmlOrphanRevocationToken.setRevocationType
(RevocationType value) Sets the value of the revocationType property.void
XmlFoundRevocation.setType
(RevocationType value) Sets the value of the type property.void
XmlRevocation.setType
(RevocationType value) Sets the value of the type property. -
Uses of RevocationType in eu.europa.esig.dss.enumerations
Methods in eu.europa.esig.dss.enumerations that return RevocationTypeModifier and TypeMethodDescriptionstatic RevocationType
Returns the enum constant of this type with the specified name.static RevocationType[]
RevocationType.values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of RevocationType in eu.europa.esig.dss.jaxb.parsers
Methods in eu.europa.esig.dss.jaxb.parsers that return RevocationTypeModifier and TypeMethodDescriptionstatic RevocationType
Parses the value and returnsRevocationType
Methods in eu.europa.esig.dss.jaxb.parsers with parameters of type RevocationTypeModifier and TypeMethodDescriptionstatic String
RevocationTypeParser.print
(RevocationType v) Gets a text name of the value -
Uses of RevocationType in eu.europa.esig.dss.spi.x509.revocation
Methods in eu.europa.esig.dss.spi.x509.revocation that return RevocationTypeModifier and TypeMethodDescriptionabstract RevocationType
RevocationToken.getRevocationType()
Returns the Revocation Token type (CRL or OCSP) -
Uses of RevocationType in eu.europa.esig.dss.spi.x509.revocation.crl
Methods in eu.europa.esig.dss.spi.x509.revocation.crl that return RevocationType -
Uses of RevocationType in eu.europa.esig.dss.spi.x509.revocation.ocsp
Methods in eu.europa.esig.dss.spi.x509.revocation.ocsp that return RevocationType