Uses of Class
eu.europa.esig.dss.enumerations.RevocationOrigin
-
-
-
Uses of RevocationOrigin in eu.europa.esig.dss.diagnostic
Methods in eu.europa.esig.dss.diagnostic that return RevocationOrigin Modifier and Type Method Description RevocationOriginRevocationWrapper. getOrigin()Methods in eu.europa.esig.dss.diagnostic with parameters of type RevocationOrigin Modifier and Type Method Description Set<XmlOrphanRevocation>SignatureWrapper. getOrphanRevocationsByOrigin(RevocationOrigin originType)Returns a list of allXmlOrphanRevocations found in the signature, but not used during the validation process with the givenoriginTypeSet<XmlRelatedRevocation>SignatureWrapper. getRelatedRevocationsByOrigin(RevocationOrigin originType)Returns a list of allXmlRelatedRevocations used for the signature validation process with the givenoriginTypeList<String>SignatureWrapper. getRevocationIdsByOrigin(RevocationOrigin origin)Returns a list of revocation ids found in the signature with the specifiedoriginList<String>SignatureWrapper. getRevocationIdsByTypeAndOrigin(RevocationType type, RevocationOrigin origin)Returns a list of revocation ids found in the signature with the specifiedtypeandorigin -
Uses of RevocationOrigin in eu.europa.esig.dss.diagnostic.jaxb
Fields in eu.europa.esig.dss.diagnostic.jaxb declared as RevocationOrigin Modifier and Type Field Description protected RevocationOriginXmlRevocation. originFields in eu.europa.esig.dss.diagnostic.jaxb with type parameters of type RevocationOrigin Modifier and Type Field Description protected List<RevocationOrigin>XmlFoundRevocation. originsMethods in eu.europa.esig.dss.diagnostic.jaxb that return RevocationOrigin Modifier and Type Method Description RevocationOriginXmlRevocation. getOrigin()Gets the value of the origin property.RevocationOriginAdapter16. unmarshal(String value)Methods in eu.europa.esig.dss.diagnostic.jaxb that return types with arguments of type RevocationOrigin Modifier and Type Method Description List<RevocationOrigin>XmlFoundRevocation. getOrigins()Gets the value of the origins property.Methods in eu.europa.esig.dss.diagnostic.jaxb with parameters of type RevocationOrigin Modifier and Type Method Description StringAdapter16. marshal(RevocationOrigin value)voidXmlRevocation. setOrigin(RevocationOrigin value)Sets the value of the origin property. -
Uses of RevocationOrigin in eu.europa.esig.dss.enumerations
Methods in eu.europa.esig.dss.enumerations that return RevocationOrigin Modifier and Type Method Description static RevocationOriginRevocationOrigin. valueOf(String name)Returns the enum constant of this type with the specified name.static RevocationOrigin[]RevocationOrigin. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of RevocationOrigin in eu.europa.esig.dss.jaxb.parsers
Methods in eu.europa.esig.dss.jaxb.parsers that return RevocationOrigin Modifier and Type Method Description static RevocationOriginRevocationOriginTypeParser. parse(String v)Methods in eu.europa.esig.dss.jaxb.parsers with parameters of type RevocationOrigin Modifier and Type Method Description static StringRevocationOriginTypeParser. print(RevocationOrigin v) -
Uses of RevocationOrigin in eu.europa.esig.dss.spi.x509.revocation
Methods in eu.europa.esig.dss.spi.x509.revocation that return RevocationOrigin Modifier and Type Method Description RevocationOriginRevocationToken. getFirstOrigin()Returns first found origin from the set ofRevocationOriginsMethods in eu.europa.esig.dss.spi.x509.revocation that return types with arguments of type RevocationOrigin Modifier and Type Method Description Set<RevocationOrigin>RevocationToken. getOrigins()Returns the revocation origin (the signature itself or else)Method parameters in eu.europa.esig.dss.spi.x509.revocation with type arguments of type RevocationOrigin Modifier and Type Method Description voidRevocationToken. setOrigins(Set<RevocationOrigin> origins) -
Uses of RevocationOrigin in eu.europa.esig.dss.spi.x509.revocation.crl
Methods in eu.europa.esig.dss.spi.x509.revocation.crl that return types with arguments of type RevocationOrigin Modifier and Type Method Description Set<RevocationOrigin>OfflineCRLSource. getRevocationOrigins(CRLBinary crlBinary)Returns a set ofRevocationOrigins for the givencrlBinaryMethods in eu.europa.esig.dss.spi.x509.revocation.crl with parameters of type RevocationOrigin Modifier and Type Method Description protected CRLBinaryOfflineCRLSource. addCRLBinary(byte[] binaries, RevocationOrigin origin)BuildsCRLBinaryIdentifierfrom the given binaries and returns the identifier objectprotected voidOfflineCRLSource. addCRLBinary(CRLBinary crlBinary, RevocationOrigin origin) -
Uses of RevocationOrigin in eu.europa.esig.dss.spi.x509.revocation.ocsp
Methods in eu.europa.esig.dss.spi.x509.revocation.ocsp that return types with arguments of type RevocationOrigin Modifier and Type Method Description Set<RevocationOrigin>OfflineOCSPSource. getRevocationOrigins(OCSPResponseBinary ocspResponse)Returns a set ofRevocationOrigins for the givenocspResponseMethods in eu.europa.esig.dss.spi.x509.revocation.ocsp with parameters of type RevocationOrigin Modifier and Type Method Description protected voidOfflineOCSPSource. addOCSPResponse(OCSPResponseBinary ocspResponse, RevocationOrigin origin)Adds the providedocspResponseto the list -
Uses of RevocationOrigin in eu.europa.esig.dss.validation
Methods in eu.europa.esig.dss.validation that return RevocationOrigin Modifier and Type Method Description protected RevocationOriginCMSCRLSource. getRevocationValuesOrigin()Returns revocation-valuesRevocationOriginprotected RevocationOriginCMSOCSPSource. getRevocationValuesOrigin()Returns revocation-valuesRevocationOriginMethods in eu.europa.esig.dss.validation with parameters of type RevocationOrigin Modifier and Type Method Description protected OCSPResponseBinaryCMSOCSPSource. addBasicOcspResp(org.bouncycastle.cert.ocsp.BasicOCSPResp basicOCSPResp, RevocationOrigin origin)Builds and returnsOCSPResponseBinaryfrom the providedbasicOCSPRespprotected CRLBinaryCMSCRLSource. addX509CRLHolder(org.bouncycastle.cert.X509CRLHolder crlHolder, RevocationOrigin origin)Computes and storeCRLBinaryfromcrlHolder -
Uses of RevocationOrigin in eu.europa.esig.dss.validation.timestamp
Methods in eu.europa.esig.dss.validation.timestamp that return RevocationOrigin Modifier and Type Method Description protected RevocationOriginTimestampCRLSource. getRevocationValuesOrigin()protected RevocationOriginTimestampOCSPSource. getRevocationValuesOrigin()
-