public class ResponderID extends ASN1Encodable implements ASN1Choice
| Modifier and Type | Field and Description |
|---|---|
private DEREncodable |
value |
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, hashCodeprivate DEREncodable value
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 ASN1EncodableCopyright © 1998-2014 Gamma Technologies. All Rights Reserved.