org.bouncycastle.asn1.ocsp
public class ResponderID extends ASN1Encodable implements ASN1Choice
BER, DER
Constructor and Description |
---|
ResponderID(ASN1OctetString value) |
ResponderID(X509Name value) |
Modifier and Type | Method and Description |
---|---|
static ResponderID |
getInstance(ASN1TaggedObject obj,
boolean explicit) |
static ResponderID |
getInstance(java.lang.Object obj) |
DERObject |
toASN1Object()
Produce an object suitable for an ASN1OutputStream.
|
equals, getDEREncoded, getDERObject, getEncoded, getEncoded, hashCode
public ResponderID(ASN1OctetString value)
public ResponderID(X509Name value)
public static ResponderID getInstance(java.lang.Object obj)
public static ResponderID getInstance(ASN1TaggedObject obj, boolean explicit)
public DERObject toASN1Object()
ResponderID ::= CHOICE { byName [1] Name, byKey [2] KeyHash }
toASN1Object
in class ASN1Encodable