All Downloads are FREE. Search and download functionalities are using the official Maven repository.

eu.europa.esig.dss.crl.CRLBinary Maven / Gradle / Ivy

Go to download

DSS CRL Parser API contains an interface which allows to validate a CRL and extract revocation data.

There is a newer version: 6.0.d4j.2
Show newest version
package eu.europa.esig.dss.crl;

import eu.europa.esig.dss.model.identifier.EncapsulatedRevocationTokenIdentifier;

public class CRLBinary extends EncapsulatedRevocationTokenIdentifier {

	private static final long serialVersionUID = 3365111934665055383L;
	
	public CRLBinary(byte[] binaries) {
		super(binaries);
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy