Class RevocationRef<R extends Revocation>

java.lang.Object
eu.europa.esig.dss.spi.x509.revocation.RevocationRef<R>
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CRLRef, OCSPRef

public abstract class RevocationRef<R extends Revocation>
extends Object
implements Serializable
See Also:
Serialized Form
  • Field Details

    • digest

      protected Digest digest
  • Constructor Details

    • RevocationRef

      public RevocationRef()
  • Method Details

    • getDigest

      public Digest getDigest()
    • getDSSId

      public Identifier getDSSId()
      Returns the revocation ref DSS Identifier
      Returns:
      Identifier
    • createIdentifier

      protected Identifier createIdentifier()
    • getDSSIdAsString

      public String getDSSIdAsString()
      Returns revocation reference String id
      Returns:
      String id
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals​(Object obj)
      Overrides:
      equals in class Object