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:
IdentifierBasedObject,Serializable
Reference to a X509CRL
- See Also:
-
Field Summary
Fields inherited from class eu.europa.esig.dss.spi.x509.revocation.RevocationRef
digest -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets CRL Issued timeorg.bouncycastle.asn1.x500.X500NameGets CRL IssuerGets CRL numbervoidsetCrlIssuedTime(Date crlIssuedTime) Sets CRL Issued timevoidsetCrlIssuer(org.bouncycastle.asn1.x500.X500Name crlIssuer) Sets CRL IssuervoidsetCrlNumber(BigInteger crlNumber) Sets CRL numbertoString()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>
-