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 RevocationTypeDiagnosticData. getCertificateRevocationSource(String dssCertificateId)This method returns the revocation source for the given certificate.RevocationTypeOrphanRevocationWrapper. getRevocationType()Returns a revocation data type (CRL or OCSP)RevocationTypeRevocationWrapper. 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 allOrphanRevocationWrappers found in the signature, but not used during the validation process with the giventypeList<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 allRelatedRevocationWrappers used for the signature validation process with the giventypeList<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 RevocationTypeXmlFoundRevocation. typeprotected RevocationTypeXmlOrphanRevocationToken. typeprotected RevocationTypeXmlRevocation. typeMethods in eu.europa.esig.dss.diagnostic.jaxb that return RevocationType Modifier and Type Method Description RevocationTypeXmlFoundRevocation. getType()Gets the value of the type property.RevocationTypeXmlOrphanRevocationToken. getType()Gets the value of the type property.RevocationTypeXmlRevocation. getType()Gets the value of the type property.RevocationTypeAdapter17. unmarshal(String value)Methods in eu.europa.esig.dss.diagnostic.jaxb with parameters of type RevocationType Modifier and Type Method Description StringAdapter17. marshal(RevocationType value)voidXmlFoundRevocation. setType(RevocationType value)Sets the value of the type property.voidXmlOrphanRevocationToken. 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
Methods in eu.europa.esig.dss.enumerations that return RevocationType Modifier and Type Method Description static RevocationTypeRevocationType. 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 RevocationTypeRevocationTypeParser. parse(String v)Methods in eu.europa.esig.dss.jaxb.parsers with parameters of type RevocationType Modifier and Type Method Description static StringRevocationTypeParser. 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 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 Modifier and Type Method Description RevocationTypeCRLToken. 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 RevocationTypeOCSPToken. getRevocationType()