|
Bouncy Castle Cryptography Library 1.37 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.bouncycastle.asn1.ASN1Encodable
org.bouncycastle.asn1.ocsp.ResponderID
public class ResponderID
Field Summary |
---|
Fields inherited from class org.bouncycastle.asn1.ASN1Encodable |
---|
BER, DER |
Constructor Summary | |
---|---|
ResponderID(ASN1OctetString value)
|
|
ResponderID(X509Name value)
|
Method Summary | |
---|---|
static ResponderID |
getInstance(ASN1TaggedObject obj,
boolean explicit)
|
static ResponderID |
getInstance(java.lang.Object obj)
|
DERObject |
toASN1Object()
Produce an object suitable for an ASN1OutputStream. |
Methods inherited from class org.bouncycastle.asn1.ASN1Encodable |
---|
equals, getDEREncoded, getDERObject, getEncoded, getEncoded, hashCode |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ResponderID(ASN1OctetString value)
public ResponderID(X509Name value)
Method Detail |
---|
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
|
Bouncy Castle Cryptography Library 1.37 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |