Bouncy Castle Cryptography 1.19

org.bouncycastle.asn1.ocsp
Class ResponderID

java.lang.Object
  |
  +--org.bouncycastle.asn1.ocsp.ResponderID
All Implemented Interfaces:
DEREncodable

public class ResponderID
extends java.lang.Object
implements DEREncodable


Constructor Summary
ResponderID(ASN1OctetString value)
           
ResponderID(X509Name value)
           
 
Method Summary
 DERObject getDERObject()
          ResponderID ::= CHOICE { byName [1] Name, byKey [2] KeyHash }
static ResponderID getInstance(java.lang.Object obj)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResponderID

public ResponderID(ASN1OctetString value)

ResponderID

public ResponderID(X509Name value)
Method Detail

getInstance

public static ResponderID getInstance(java.lang.Object obj)

getDERObject

public DERObject getDERObject()
ResponderID ::= CHOICE { byName [1] Name, byKey [2] KeyHash }

Specified by:
getDERObject in interface DEREncodable

Bouncy Castle Cryptography 1.19