Class CRLRef
java.lang.Object
eu.europa.esig.dss.spi.x509.revocation.RevocationRef<CRL>
eu.europa.esig.dss.spi.x509.revocation.crl.CRLRef
- All Implemented Interfaces:
Serializable
public final class CRLRef extends RevocationRef<CRL>
Reference to a X509CRL
- See Also:
- Serialized Form
-
Field Summary
Fields inherited from class eu.europa.esig.dss.spi.x509.revocation.RevocationRef
digest -
Constructor Summary
-
Method Summary
Modifier and Type Method Description DategetCrlIssuedTime()Gets CRL Issued timeorg.bouncycastle.asn1.x500.X500NamegetCrlIssuer()Gets CRL IssuerBigIntegergetCrlNumber()Gets CRL numbervoidsetCrlIssuedTime(Date crlIssuedTime)Sets CRL Issued timevoidsetCrlIssuer(org.bouncycastle.asn1.x500.X500Name crlIssuer)Sets CRL IssuervoidsetCrlNumber(BigInteger crlNumber)Sets CRL numberStringtoString()Methods inherited from class eu.europa.esig.dss.spi.x509.revocation.RevocationRef
createIdentifier, equals, getDigest, getDSSId, getDSSIdAsString, hashCode
-
Constructor Details
-
CRLRef
The default constructor for CRLRef.- Parameters:
digest-Digest
-
CRLRef
public CRLRef(org.bouncycastle.asn1.esf.CrlValidatedID cmsRef)The default constructor for CRLRef.- Parameters:
cmsRef-CrlValidatedID
-
-
Method Details
-
getCrlIssuer
public org.bouncycastle.asn1.x500.X500Name getCrlIssuer()Gets CRL Issuer- Returns:
X500Name
-
setCrlIssuer
public void setCrlIssuer(org.bouncycastle.asn1.x500.X500Name crlIssuer)Sets CRL Issuer- Parameters:
crlIssuer-X500Name
-
getCrlIssuedTime
Gets CRL Issued time- Returns:
Date
-
setCrlIssuedTime
Sets CRL Issued time- Parameters:
crlIssuedTime-Date
-
getCrlNumber
Gets CRL number- Returns:
BigInteger
-
setCrlNumber
Sets CRL number- Parameters:
crlNumber-BigInteger
-
toString
- Overrides:
toStringin classRevocationRef<CRL>
-