org.bouncycastle.ocsp

Class RespID

public class RespID extends Object

Carrier for a ResponderID.
Constructor Summary
RespID(ResponderID id)
RespID(X500Principal name)
RespID(PublicKey key)
Method Summary
booleanequals(Object o)
inthashCode()
ResponderIDtoASN1Object()

Constructor Detail

RespID

public RespID(ResponderID id)

RespID

public RespID(X500Principal name)

RespID

public RespID(PublicKey key)

Method Detail

equals

public boolean equals(Object o)

hashCode

public int hashCode()

toASN1Object

public ResponderID toASN1Object()