| java.lang.Object | ||
| ↳ | org.bouncycastle.asn1.ASN1Encodable | |
| ↳ | org.bouncycastle.asn1.isismtt.ocsp.RequestedCertificate | |
ISIS-MTT-Optional: The certificate requested by the client by inserting the RetrieveIfAllowed extension in the request, will be returned in this extension.
ISIS-MTT-SigG: The signature act allows publishing certificates only then, when the certificate owner gives his explicit permission. Accordingly, there may be �nondownloadable� certificates, about which the responder must provide status information, but MUST NOT include them in the response. Clients may get therefore the following three kind of answers on a single request including the RetrieveIfAllowed extension:
            RequestedCertificate ::= CHOICE {
              Certificate Certificate,
              publicKeyCertificate [0] EXPLICIT OCTET STRING,
              attributeCertificate [1] EXPLICIT OCTET STRING
            }
 
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| int | attributeCertificate | ||||||||||
| int | certificate | ||||||||||
| int | publicKeyCertificate | ||||||||||
| [Expand] Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|  From class
org.bouncycastle.asn1.ASN1Encodable | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Constructor from a given details. | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Produce an object suitable for an ASN1OutputStream. | |||||||||||
| [Expand] Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|  From class
  org.bouncycastle.asn1.ASN1Encodable | |||||||||||
|  From class
  java.lang.Object | |||||||||||
|  From interface
  org.bouncycastle.asn1.DEREncodable | |||||||||||
Constructor from a given details.
Only one parameter can be given. All other must benull.| certificate | Given as Certificate | 
|---|
Produce an object suitable for an ASN1OutputStream.
Returns:
            RequestedCertificate ::= CHOICE {
              Certificate Certificate,
              publicKeyCertificate [0] EXPLICIT OCTET STRING,
              attributeCertificate [1] EXPLICIT OCTET STRING
            }