org.bouncycastle.asn1.ocsp
public class ResponderID extends ASN1Encodable implements ASN1Choice
| Constructor Summary | |
|---|---|
| ResponderID(ASN1OctetString value) | |
| ResponderID(X509Name value) | |
| Method Summary | |
|---|---|
| static ResponderID | getInstance(Object obj) |
| static ResponderID | getInstance(ASN1TaggedObject obj, boolean explicit) |
| DERObject | toASN1Object()
Produce an object suitable for an ASN1OutputStream.
|
ResponderID ::= CHOICE {
byName [1] Name,
byKey [2] KeyHash }