Uses of Enum
eu.europa.esig.dss.enumerations.RevocationType
Package
Description
-
Uses of RevocationType in eu.europa.esig.dss.diagnostic
Modifier 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 typeModifier 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
Modifier and TypeFieldDescriptionprotected RevocationType
XmlOrphanRevocationToken.revocationType
protected RevocationType
XmlFoundRevocation.type
protected RevocationType
XmlRevocation.type
Modifier 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.Modifier 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
Modifier 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
Modifier and TypeMethodDescriptionstatic RevocationType
Parses the value and returnsRevocationType
Modifier 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
Modifier 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
-
Uses of RevocationType in eu.europa.esig.dss.spi.x509.revocation.ocsp