Class ValidityAssuredShortTerm
java.lang.Object
eu.europa.esig.dss.model.x509.extension.CertificateExtension
eu.europa.esig.dss.model.x509.extension.ValidityAssuredShortTerm
- All Implemented Interfaces:
OidBasedEnum
,OidDescription
,Serializable
ETSI EN 319 412-1: "5.2.2 Validity Assured - Short Term"
This extension indicates that the validity of the certificate is assured because the certificate is a "short-term
certificate". That is, the time as indicated in the certificate attribute from notBefore through notAfter, inclusive,
is shorter than the maximum time to process a revocation request as specified by the certificate practice statement
or certificate policy.
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Returns the ext-etsi-valassured-ST-certs extension valuevoid
setValAssuredSTCerts
(boolean valAssuredSTCerts) Sets the ext-etsi-valassured-ST-certs extension valueMethods inherited from class eu.europa.esig.dss.model.x509.extension.CertificateExtension
checkCritical, getDescription, getOctets, getOid, isCritical, setOctets
-
Constructor Details
-
ValidityAssuredShortTerm
public ValidityAssuredShortTerm()Default constructor
-
-
Method Details
-
isValAssuredSTCerts
public boolean isValAssuredSTCerts()Returns the ext-etsi-valassured-ST-certs extension value- Returns:
- TRUE if ext-etsi-valassured-ST-certs extension is present, FALSE otherwise
-
setValAssuredSTCerts
public void setValAssuredSTCerts(boolean valAssuredSTCerts) Sets the ext-etsi-valassured-ST-certs extension value- Parameters:
valAssuredSTCerts
- whether ext-etsi-valassured-ST-certs extension is present
-