|
Bouncy Castle Cryptography 1.26 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.bouncycastle.asn1.ASN1Encodable
org.bouncycastle.asn1.ocsp.ResponderID
public class ResponderID
| Constructor Summary | |
|---|---|
ResponderID(ASN1OctetString value)
|
|
ResponderID(X509Name value)
|
|
| Method Summary | |
|---|---|
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, getDERObject, 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 DERObject toASN1Object()
ResponderID ::= CHOICE {
byName [1] Name,
byKey [2] KeyHash }
toASN1Object in class ASN1Encodable
|
Bouncy Castle Cryptography 1.26 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||