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

eu.europa.esig.dss.x509.RevocationOrigin Maven / Gradle / Ivy

Go to download

DSS Model contains the data model representation for DSS. All classes should be serializable (REST/SOAP)

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

public enum RevocationOrigin {

	/**
	 * The revocation data was embedded in the signature
	 */
	SIGNATURE,

	/**
	 * The revocation data was provided by the user or online OCSP/CRL
	 */
	EXTERNAL

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy