Uses of Class
eu.europa.esig.dss.crl.CRLBinary
-
Uses of CRLBinary in eu.europa.esig.dss.cades.validation
Methods in eu.europa.esig.dss.cades.validation that return types with arguments of type CRLBinary Modifier and Type Method Description protected List<CRLBinary>
CAdESTimestampSource. getEncapsulatedCRLIdentifiers(CAdESAttribute unsignedAttribute)
-
Uses of CRLBinary in eu.europa.esig.dss.crl
Methods in eu.europa.esig.dss.crl that return CRLBinary Modifier and Type Method Description CRLBinary
CRLValidity. getCrlBinaryIdentifier()
Methods in eu.europa.esig.dss.crl with parameters of type CRLBinary Modifier and Type Method Description static CRLValidity
CRLUtils. buildCRLValidity(CRLBinary crlBinary, CertificateToken issuerToken)
This method verifies and creates: the signature of the CRL, the key usage of its signing certificate and the coherence between the subject names of the CRL signing certificate and the issuer name of the certificate for which the verification of the revocation data is carried out.CRLValidity
ICRLUtils. buildCRLValidity(CRLBinary crlBinaryIdentifier, CertificateToken issuerToken)
This method verifies: the signature of the CRL, the key usage of its signing certificate and the coherence between the subject names of the CRL signing certificate and the issuer name of the certificate for which the verification of the revocation data is carried out.Constructors in eu.europa.esig.dss.crl with parameters of type CRLBinary Constructor Description CRLValidity(CRLBinary crlBinaryIdentifier)
Default constructor -
Uses of CRLBinary in eu.europa.esig.dss.crl.stream.impl
Methods in eu.europa.esig.dss.crl.stream.impl with parameters of type CRLBinary Modifier and Type Method Description CRLValidity
CRLUtilsStreamImpl. buildCRLValidity(CRLBinary crlBinaryIdentifier, CertificateToken issuerToken)
-
Uses of CRLBinary in eu.europa.esig.dss.crl.x509.impl
Methods in eu.europa.esig.dss.crl.x509.impl with parameters of type CRLBinary Modifier and Type Method Description CRLValidity
CRLUtilsX509CRLImpl. buildCRLValidity(CRLBinary crlBinary, CertificateToken issuerToken)
This method verifies: the signature of the CRL, the key usage of its signing certificate and the coherence between the subject names of the CRL signing certificate and the issuer name of the certificate for which the verification of the revocation data is carried out.Constructors in eu.europa.esig.dss.crl.x509.impl with parameters of type CRLBinary Constructor Description X509CRLValidity(CRLBinary crlBinaryIdentifier)
Default constructor -
Uses of CRLBinary in eu.europa.esig.dss.spi.x509.revocation.crl
Methods in eu.europa.esig.dss.spi.x509.revocation.crl that return CRLBinary Modifier and Type Method Description protected CRLBinary
OfflineCRLSource. addCRLBinary(byte[] binaries, RevocationOrigin origin)
BuildsCRLBinaryIdentifier
from the given binaries and returns the identifier objectCRLBinary
OfflineCRLSource. getIdentifier(Digest digest)
Returns the identifier related for the provided digest of the referenceCRLBinary
OfflineCRLSource. getIdentifier(CRLRef crlRef)
Returns the identifier related to thecrlRef
Methods in eu.europa.esig.dss.spi.x509.revocation.crl that return types with arguments of type CRLBinary Modifier and Type Method Description Collection<CRLBinary>
OfflineCRLSource. getCRLBinaryList()
Methods in eu.europa.esig.dss.spi.x509.revocation.crl with parameters of type CRLBinary Modifier and Type Method Description protected void
OfflineCRLSource. addCRLBinary(CRLBinary crlBinary, RevocationOrigin origin)
Set<RevocationOrigin>
OfflineCRLSource. getRevocationOrigins(CRLBinary crlBinary)
Returns a set ofRevocationOrigin
s for the givencrlBinary
protected void
OfflineCRLSource. storeCRLToken(CRLBinary crlBinary, CRLToken crlToken)
-
Uses of CRLBinary in eu.europa.esig.dss.validation
Methods in eu.europa.esig.dss.validation that return CRLBinary Modifier and Type Method Description protected CRLBinary
CMSCRLSource. addX509CRLHolder(org.bouncycastle.cert.X509CRLHolder crlHolder, RevocationOrigin origin)
Computes and storeCRLBinary
fromcrlHolder
CRLBinary
ListCRLSource. getIdentifier(Digest refDigest)
Methods in eu.europa.esig.dss.validation that return types with arguments of type CRLBinary Modifier and Type Method Description List<CRLBinary>
ListCRLSource. getCRLBinaryList()
List<CRLBinary>
CMSCRLSource. getSignedDataCRLIdentifiers()
Returns a list ofCRLBinaryIdentifier
found in the SignedData containerMethods in eu.europa.esig.dss.validation with parameters of type CRLBinary Modifier and Type Method Description List<CRLRef>
ListCRLSource. getReferencesForCRLIdentifier(CRLBinary revocationIdentifier)
List<CRLRef>
SignatureCRLSource. getReferencesForCRLIdentifier(CRLBinary crlBinary)
Returns a list ofCRLRef
s assigned to the givencrlBinary
Set<RevocationOrigin>
ListCRLSource. getRevocationOrigins(CRLBinary crlBinary)
protected void
SignatureCRLSource. storeCRLToken(CRLBinary crlBinary, CRLToken crlToken)
-
Uses of CRLBinary in eu.europa.esig.dss.validation.timestamp
Methods in eu.europa.esig.dss.validation.timestamp that return types with arguments of type CRLBinary Modifier and Type Method Description protected abstract List<CRLBinary>
AbstractTimestampSource. getEncapsulatedCRLIdentifiers(SignatureAttribute unsignedAttribute)
Returns a list ofCRLBinary
s obtained from the givenunsignedAttribute
-
Uses of CRLBinary in eu.europa.esig.dss.xades.validation
Methods in eu.europa.esig.dss.xades.validation that return types with arguments of type CRLBinary Modifier and Type Method Description protected List<CRLBinary>
XAdESTimestampSource. getEncapsulatedCRLIdentifiers(XAdESAttribute unsignedAttribute)