Bouncy Castle Cryptography Library 1.36

org.bouncycastle.ocsp
Class RespID

java.lang.Object
  extended byorg.bouncycastle.ocsp.RespID

public class RespID
extends java.lang.Object

Carrier for a ResponderID.


Constructor Summary
RespID(java.security.PublicKey key)
           
RespID(ResponderID id)
           
RespID(javax.security.auth.x500.X500Principal name)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 int hashCode()
           
 ResponderID toASN1Object()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RespID

public RespID(ResponderID id)

RespID

public RespID(javax.security.auth.x500.X500Principal name)

RespID

public RespID(java.security.PublicKey key)
       throws OCSPException
Method Detail

toASN1Object

public ResponderID toASN1Object()

equals

public boolean equals(java.lang.Object o)

hashCode

public int hashCode()

Bouncy Castle Cryptography Library 1.36