eu.europa.esig.dss.x509.RevocationOrigin Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of dss-model Show documentation
Show all versions of dss-model Show documentation
DSS Model contains the data model representation for DSS. All classes should be serializable (REST/SOAP)
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
}