org.bouncycastle.ocsp
public class RespID extends java.lang.Object
| Constructor and Description |
|---|
RespID(java.security.PublicKey key) |
RespID(ResponderID id) |
RespID(javax.security.auth.x500.X500Principal name) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
ResponderID |
toASN1Object() |
public RespID(ResponderID id)
public RespID(javax.security.auth.x500.X500Principal name)
public RespID(java.security.PublicKey key)
throws OCSPException
OCSPExceptionpublic ResponderID toASN1Object()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object