Uses of Enum Class
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 allOrphanRevocationWrappers found in the signature, but not used during the validation process with the giventypeFoundRevocationsProxy.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 allRelatedRevocationWrappers used for the signature validation process with the giventypeFoundRevocationsProxy.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
Subclasses with type arguments of type RevocationType in eu.europa.esig.dss.diagnostic.jaxbFields in eu.europa.esig.dss.diagnostic.jaxb declared as RevocationTypeModifier and TypeFieldDescriptionprotected RevocationTypeXmlOrphanRevocationToken.revocationTypeprotected RevocationTypeXmlFoundRevocation.typeprotected RevocationTypeXmlRevocation.typeMethods 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 TypeMethodDescriptionAdapter22.marshal(RevocationType value) voidXmlOrphanRevocationToken.setRevocationType(RevocationType value) Sets the value of the revocationType property.voidXmlFoundRevocation.setType(RevocationType value) Sets the value of the type property.voidXmlRevocation.setType(RevocationType value) Sets the value of the type property. -
Uses of RevocationType in eu.europa.esig.dss.enumerations
Subclasses with type arguments of type RevocationType in eu.europa.esig.dss.enumerationsMethods in eu.europa.esig.dss.enumerations that return RevocationTypeModifier and TypeMethodDescriptionstatic RevocationTypeReturns the enum constant of this class with the specified name.static RevocationType[]RevocationType.values()Returns an array containing the constants of this enum class, 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 RevocationTypeParses the value and returnsRevocationTypeMethods in eu.europa.esig.dss.jaxb.parsers with parameters of type RevocationTypeModifier and TypeMethodDescriptionstatic StringRevocationTypeParser.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 RevocationTypeRevocationToken.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