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.RevocationTypeRevocationWrapper. getRevocationType()Methods in eu.europa.esig.dss.diagnostic with parameters of type RevocationType Modifier and Type Method Description <T extends XmlFoundRevocation>
Set<T>SignatureWrapper. filterRevocationsByType(List<T> revocations, RevocationType type)Extracts revocations with a giventypefrom a list ofrevocationsSet<XmlOrphanRevocation>SignatureWrapper. getOrphanRevocationsByType(RevocationType type)Returns a list of allXmlOrphanRevocations found in the signature, but not used during the validation process with the giventypeSet<XmlRelatedRevocation>SignatureWrapper. getRelatedRevocationsByType(RevocationType type)Returns a list of allXmlRelatedRevocations used for the signature validation process with the giventypeList<String>SignatureWrapper. getRevocationIdsByType(RevocationType type)Returns a list of revocation ids found in the signature with the specifiedtypeList<String>SignatureWrapper. getRevocationIdsByTypeAndOrigin(RevocationType type, RevocationOrigin origin)Returns a list of revocation ids found in the signature with the specifiedtypeandorigin -
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 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.RevocationTypeXmlRevocation. getType()Gets the value of the type property.RevocationTypeAdapter15. unmarshal(String value)Methods in eu.europa.esig.dss.diagnostic.jaxb with parameters of type RevocationType Modifier and Type Method Description StringAdapter15. marshal(RevocationType value)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
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
Fields in eu.europa.esig.dss.spi.x509.revocation declared as RevocationType Modifier and Type Field Description protected RevocationTypeRevocationToken. revocationTypeAn identifier referencing a CRL or OCSP response has been used for determining the revocation status.Methods in eu.europa.esig.dss.spi.x509.revocation that return RevocationType Modifier and Type Method Description RevocationTypeRevocationToken. getRevocationType()
-