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
-
Constructor Summary
-
Method Summary
Modifier and Type Method Description Date
getCrlIssuedTime()
org.bouncycastle.asn1.x500.X500Name
getCrlIssuer()
BigInteger
getCrlNumber()
String
toString()
Methods inherited from class eu.europa.esig.dss.spi.x509.revocation.RevocationRef
createIdentifier, equals, getDigest, getDSSId, getDSSIdAsString, hashCode
-
Constructor Details
-
Method Details
-
getCrlIssuer
public org.bouncycastle.asn1.x500.X500Name getCrlIssuer() -
getCrlIssuedTime
-
getCrlNumber
-
toString
- Overrides:
toString
in classRevocationRef<CRL>
-