Class RespID

java.lang.Object
org.bouncycastle.cert.ocsp.RespID
Direct Known Subclasses:
JcaRespID

public class RespID extends Object
Carrier for a ResponderID.
  • Field Details

  • Constructor Details

    • RespID

      public RespID(ResponderID id)
    • RespID

      public RespID(X500Name name)
    • RespID

      public RespID(SubjectPublicKeyInfo subjectPublicKeyInfo, DigestCalculator digCalc) throws OCSPException
      Calculate a RespID based on the public key of the responder.
      Parameters:
      subjectPublicKeyInfo - the info structure for the responder public key.
      digCalc - a SHA-1 digest calculator.
      Throws:
      OCSPException - on exception creating ID.
  • Method Details