Uses of Class
eu.europa.esig.dss.enumerations.RevocationType
-
Uses of RevocationType in eu.europa.esig.dss.diagnostic
Methods in eu.europa.esig.dss.diagnostic that return RevocationType Modifier and Type Method Description RevocationType
DiagnosticData. getCertificateRevocationSource(String dssCertificateId)
This method returns the revocation source for the given certificate.RevocationType
OrphanRevocationWrapper. getRevocationType()
Returns a revocation data type (CRL or OCSP)RevocationType
RevocationWrapper. getRevocationType()
Methods in eu.europa.esig.dss.diagnostic with parameters of type RevocationType Modifier and Type Method Description List<OrphanRevocationWrapper>
FoundRevocationsProxy. getOrphanRevocationsByType(RevocationType type)
Returns a list of allOrphanRevocationWrapper
s found in the signature, but not used during the validation process with the giventype
List<OrphanRevocationWrapper>
FoundRevocationsProxy. getOrphanRevocationsByTypeAndOrigin(RevocationType type, RevocationOrigin origin)
Returns a list of orphan revocation data by the given origin and typeList<RelatedRevocationWrapper>
FoundRevocationsProxy. getRelatedRevocationsByType(RevocationType type)
Returns a list of allRelatedRevocationWrapper
s used for the signature validation process with the giventype
List<RelatedRevocationWrapper>
FoundRevocationsProxy. getRelatedRevocationsByTypeAndOrigin(RevocationType type, RevocationOrigin origin)
Returns a list of related revocation data by the given origin and type -
Uses of RevocationType in eu.europa.esig.dss.diagnostic.jaxb
Fields in eu.europa.esig.dss.diagnostic.jaxb declared as RevocationType Modifier and Type Field Description protected RevocationType
XmlFoundRevocation. type
protected RevocationType
XmlOrphanRevocationToken. type
protected RevocationType
XmlRevocation. type
Methods in eu.europa.esig.dss.diagnostic.jaxb that return RevocationType Modifier and Type Method Description RevocationType
XmlFoundRevocation. getType()
Gets the value of the type property.RevocationType
XmlOrphanRevocationToken. getType()
Gets the value of the type property.RevocationType
XmlRevocation. getType()
Gets the value of the type property.RevocationType
Adapter17. unmarshal(String value)
Methods in eu.europa.esig.dss.diagnostic.jaxb with parameters of type RevocationType Modifier and Type Method Description String
Adapter17. marshal(RevocationType value)
void
XmlFoundRevocation. setType(RevocationType value)
Sets the value of the type property.void
XmlOrphanRevocationToken. 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 RevocationType Modifier and Type Method Description static RevocationType
RevocationType. valueOf(String name)
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 RevocationType Modifier and Type Method Description static RevocationType
RevocationTypeParser. parse(String v)
Methods in eu.europa.esig.dss.jaxb.parsers with parameters of type RevocationType Modifier and Type Method Description static String
RevocationTypeParser. print(RevocationType v)
-
Uses of RevocationType in eu.europa.esig.dss.spi.x509.revocation
Methods in eu.europa.esig.dss.spi.x509.revocation that return RevocationType Modifier and Type Method Description abstract 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 Modifier and Type Method Description RevocationType
CRLToken. getRevocationType()
-
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 Modifier and Type Method Description RevocationType
OCSPToken. getRevocationType()