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 CRLBinaryCRLValidity. getCrlBinaryIdentifier()Methods in eu.europa.esig.dss.crl with parameters of type CRLBinary Modifier and Type Method Description static CRLValidityCRLUtils. 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.CRLValidityICRLUtils. 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 CRLValidityCRLUtilsStreamImpl. 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 CRLValidityCRLUtilsX509CRLImpl. 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 CRLBinaryOfflineCRLSource. addCRLBinary(byte[] binaries, RevocationOrigin origin)BuildsCRLBinaryIdentifierfrom the given binaries and returns the identifier objectCRLBinaryOfflineCRLSource. getIdentifier(Digest digest)Returns the identifier related for the provided digest of the referenceCRLBinaryOfflineCRLSource. getIdentifier(CRLRef crlRef)Returns the identifier related to thecrlRefMethods 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 voidOfflineCRLSource. addCRLBinary(CRLBinary crlBinary, RevocationOrigin origin)Set<RevocationOrigin>OfflineCRLSource. getRevocationOrigins(CRLBinary crlBinary)Returns a set ofRevocationOrigins for the givencrlBinaryprotected voidOfflineCRLSource. 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 CRLBinaryCMSCRLSource. addX509CRLHolder(org.bouncycastle.cert.X509CRLHolder crlHolder, RevocationOrigin origin)Computes and storeCRLBinaryfromcrlHolderMethods in eu.europa.esig.dss.validation that return types with arguments of type CRLBinary Modifier and Type Method Description Map<CRLBinary,List<CRLToken>>SignatureCRLSource. getCRLTokenMap()List<CRLBinary>CMSCRLSource. getSignedDataCRLIdentifiers()Returns a list ofCRLBinaryIdentifierfound in the SignedData containerMethods in eu.europa.esig.dss.validation with parameters of type CRLBinary Modifier and Type Method Description List<CRLRef>SignatureCRLSource. getReferencesForCRLIdentifier(CRLBinary crlBinary)Returns a list ofCRLRefs assigned to the givencrlBinaryprotected voidSignatureCRLSource. 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 ofCRLBinarys 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)
-