public class

RespID

extends Object
java.lang.Object
   ↳ org.bouncycastle.cert.ocsp.RespID
Known Direct Subclasses

Class Overview

Carrier for a ResponderID.

Summary

Fields
public static final AlgorithmIdentifier HASH_SHA1
Public Constructors
RespID(ResponderID id)
RespID(X500Name name)
RespID(SubjectPublicKeyInfo subjectPublicKeyInfo, DigestCalculator digCalc)
Calculate a RespID based on the public key of the responder.
Public Methods
boolean equals(Object o)
int hashCode()
ResponderID toASN1Object()
[Expand]
Inherited Methods
From class java.lang.Object

Fields

public static final AlgorithmIdentifier HASH_SHA1

Public Constructors

public RespID (ResponderID id)

public RespID (X500Name name)

public RespID (SubjectPublicKeyInfo subjectPublicKeyInfo, DigestCalculator digCalc)

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.

Public Methods

public boolean equals (Object o)

public int hashCode ()

public ResponderID toASN1Object ()