Uses of Class
eu.europa.esig.dss.enumerations.RevocationRefOrigin
-
-
-
Uses of RevocationRefOrigin in eu.europa.esig.dss.diagnostic
Methods in eu.europa.esig.dss.diagnostic with parameters of type RevocationRefOrigin Modifier and Type Method Description List<XmlRevocationRef>SignatureWrapper. getFoundRevocationRefsByOrigin(RevocationRefOrigin origin)Returns a list of all foundXmlRevocationRefs with the givenorigin -
Uses of RevocationRefOrigin in eu.europa.esig.dss.diagnostic.jaxb
Fields in eu.europa.esig.dss.diagnostic.jaxb with type parameters of type RevocationRefOrigin Modifier and Type Field Description protected List<RevocationRefOrigin>XmlRevocationRef. originsMethods in eu.europa.esig.dss.diagnostic.jaxb that return RevocationRefOrigin Modifier and Type Method Description RevocationRefOriginAdapter17. unmarshal(String value)Methods in eu.europa.esig.dss.diagnostic.jaxb that return types with arguments of type RevocationRefOrigin Modifier and Type Method Description List<RevocationRefOrigin>XmlRevocationRef. getOrigins()Gets the value of the origins property.Methods in eu.europa.esig.dss.diagnostic.jaxb with parameters of type RevocationRefOrigin Modifier and Type Method Description StringAdapter17. marshal(RevocationRefOrigin value) -
Uses of RevocationRefOrigin in eu.europa.esig.dss.enumerations
Methods in eu.europa.esig.dss.enumerations that return RevocationRefOrigin Modifier and Type Method Description static RevocationRefOriginRevocationRefOrigin. valueOf(String name)Returns the enum constant of this type with the specified name.static RevocationRefOrigin[]RevocationRefOrigin. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of RevocationRefOrigin in eu.europa.esig.dss.jaxb.parsers
Methods in eu.europa.esig.dss.jaxb.parsers that return RevocationRefOrigin Modifier and Type Method Description static RevocationRefOriginRevocationRefOriginParser. parse(String v)Methods in eu.europa.esig.dss.jaxb.parsers with parameters of type RevocationRefOrigin Modifier and Type Method Description static StringRevocationRefOriginParser. print(RevocationRefOrigin v) -
Uses of RevocationRefOrigin in eu.europa.esig.dss.spi.x509.revocation
Fields in eu.europa.esig.dss.spi.x509.revocation with type parameters of type RevocationRefOrigin Modifier and Type Field Description protected Set<RevocationRefOrigin>RevocationRef. originsMethods in eu.europa.esig.dss.spi.x509.revocation that return types with arguments of type RevocationRefOrigin Modifier and Type Method Description Set<RevocationRefOrigin>RevocationRef. getOrigins()Methods in eu.europa.esig.dss.spi.x509.revocation with parameters of type RevocationRefOrigin Modifier and Type Method Description voidRevocationRef. addOrigin(RevocationRefOrigin revocationRefOrigin) -
Uses of RevocationRefOrigin in eu.europa.esig.dss.spi.x509.revocation.crl
Constructors in eu.europa.esig.dss.spi.x509.revocation.crl with parameters of type RevocationRefOrigin Constructor Description CRLRef(Digest digest, RevocationRefOrigin origin)The default constructor for CRLRef.CRLRef(org.bouncycastle.asn1.esf.CrlValidatedID cmsRef, RevocationRefOrigin origin)The default constructor for CRLRef. -
Uses of RevocationRefOrigin in eu.europa.esig.dss.spi.x509.revocation.ocsp
Constructors in eu.europa.esig.dss.spi.x509.revocation.ocsp with parameters of type RevocationRefOrigin Constructor Description OCSPRef(Digest digest, Date producedAt, ResponderId responderId, RevocationRefOrigin origin)The default constructor for OCSPRef.OCSPRef(org.bouncycastle.asn1.esf.OcspResponsesID ocspResponsesID, RevocationRefOrigin origin)The default constructor for OCSPRef. -
Uses of RevocationRefOrigin in eu.europa.esig.dss.validation
Methods in eu.europa.esig.dss.validation that return RevocationRefOrigin Modifier and Type Method Description protected RevocationRefOriginCMSCRLSource. getAttributeRevocationRefsOrigin()Returns attribute-revocation-refsRevocationRefOriginprotected RevocationRefOriginCMSOCSPSource. getAttributeRevocationRefsOrigin()Returns attribute-revocation-refsRevocationRefOriginprotected RevocationRefOriginCMSCRLSource. getCompleteRevocationRefsOrigin()Returns complete-revocation-refsRevocationRefOriginprotected RevocationRefOriginCMSOCSPSource. getCompleteRevocationRefsOrigin()Returns complete-revocation-refsRevocationRefOriginMethods in eu.europa.esig.dss.validation with parameters of type RevocationRefOrigin Modifier and Type Method Description protected voidSignatureCRLSource. addReference(CRLRef crlRef, RevocationRefOrigin origin)protected voidSignatureOCSPSource. addReference(OCSPRef ocspRef, RevocationRefOrigin origin) -
Uses of RevocationRefOrigin in eu.europa.esig.dss.validation.timestamp
Methods in eu.europa.esig.dss.validation.timestamp that return RevocationRefOrigin Modifier and Type Method Description protected RevocationRefOriginTimestampCRLSource. getAttributeRevocationRefsOrigin()protected RevocationRefOriginTimestampOCSPSource. getAttributeRevocationRefsOrigin()protected RevocationRefOriginTimestampCRLSource. getCompleteRevocationRefsOrigin()protected RevocationRefOriginTimestampOCSPSource. getCompleteRevocationRefsOrigin()
-