Class OCSPRef
java.lang.Object
eu.europa.esig.dss.spi.x509.revocation.RevocationRef<OCSP>
eu.europa.esig.dss.spi.x509.revocation.ocsp.OCSPRef
-
Field Summary
Fields inherited from class eu.europa.esig.dss.spi.x509.revocation.RevocationRef
digest -
Constructor Summary
ConstructorsConstructorDescriptionOCSPRef(Digest digest, Date producedAt, ResponderId responderId) The default constructor for OCSPRef.OCSPRef(org.bouncycastle.asn1.esf.OcspResponsesID ocspResponsesID) The default constructor for OCSPRef. -
Method Summary
Modifier and TypeMethodDescriptionprotected IdentifierCreates the unique identifierbooleanGets the OCSP's production timeGets the Responder IdinthashCode()toString()Methods inherited from class eu.europa.esig.dss.spi.x509.revocation.RevocationRef
getDigest, getDSSId, getDSSIdAsString
-
Constructor Details
-
OCSPRef
The default constructor for OCSPRef.- Parameters:
digest-DigestproducedAt-DateresponderId-ResponderId
-
OCSPRef
public OCSPRef(org.bouncycastle.asn1.esf.OcspResponsesID ocspResponsesID) The default constructor for OCSPRef.- Parameters:
ocspResponsesID-OcspResponsesID
-
-
Method Details
-
getProducedAt
-
getResponderId
-
createIdentifier
Description copied from class:RevocationRefCreates the unique identifier- Overrides:
createIdentifierin classRevocationRef<OCSP>- Returns:
Identifier
-
toString
- Overrides:
toStringin classRevocationRef<OCSP>
-
hashCode
public int hashCode()- Overrides:
hashCodein classRevocationRef<OCSP>
-
equals
- Overrides:
equalsin classRevocationRef<OCSP>
-