Uses of Class
eu.europa.esig.dss.crl.CRLBinary

  • Uses of CRLBinary in eu.europa.esig.dss.crl

    Methods in eu.europa.esig.dss.crl that return CRLBinary
    Modifier and Type
    Method
    Description
    AbstractCRLUtils.buildCRLBinary(byte[] binaries)
    Builds the CRLBinary object
    static CRLBinary
    CRLUtils.buildCRLBinary(byte[] binaries)
    Takes binaries and returns DER encoded CRLBinary
    ICRLUtils.buildCRLBinary(byte[] binaries)
    Takes binaries and returns DER encoded CRLBinary
    CRLValidity.getCrlBinary()
    Returns binary of the CRL
    Methods in eu.europa.esig.dss.crl with parameters of type CRLBinary
    Modifier and Type
    Method
    Description
    CRLUtils.buildCRLValidity(CRLBinary crlBinary, eu.europa.esig.dss.model.x509.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.
    ICRLUtils.buildCRLValidity(CRLBinary crlBinary, eu.europa.esig.dss.model.x509.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
    Modifier
    Constructor
    Description
     
    Default constructor