org.bouncycastle.ocsp

Class RespID


public class RespID
extends java.lang.Object

Carrier for a ResponderID.

Constructor Summary

RespID(PublicKey key)
RespID(X500Principal name)
RespID(ResponderID id)

Method Summary

boolean
equals(Object o)
int
hashCode()
ResponderID
toASN1Object()

Constructor Details

RespID

public RespID(PublicKey key)
            throws OCSPException

RespID

public RespID(X500Principal name)

RespID

public RespID(ResponderID id)

Method Details

equals

public boolean equals(Object o)

hashCode

public int hashCode()

toASN1Object

public ResponderID toASN1Object()