public class ResponseBody extends java.lang.Object implements ASN1Value
| Modifier and Type | Class and Description |
|---|---|
static class |
ResponseBody.Template
A template for decoding an ResponseBody from its BER encoding.
|
| Constructor and Description |
|---|
ResponseBody(SEQUENCE controlSequence,
SEQUENCE cmsSequence,
SEQUENCE otherMsgSequence)
Constructs a ResponseBody from its components.
|
| Modifier and Type | Method and Description |
|---|---|
void |
encode(java.io.OutputStream ostream)
Write this value's DER encoding to an output stream using
its own base tag.
|
void |
encode(Tag implicitTag,
java.io.OutputStream ostream)
Write this value's DER encoding to an output stream using
an implicit tag.
|
SEQUENCE |
getCmsSequence() |
SEQUENCE |
getControlSequence() |
SEQUENCE |
getOtherMsgSequence() |
Tag |
getTag()
Returns the base tag for this type, not counting any tags
that may be imposed on it by its context.
|
static ResponseBody.Template |
getTemplate() |
public SEQUENCE getControlSequence()
public SEQUENCE getCmsSequence()
public SEQUENCE getOtherMsgSequence()
public Tag getTag()
ASN1Valuepublic void encode(java.io.OutputStream ostream)
throws java.io.IOException
ASN1Valuepublic void encode(Tag implicitTag, java.io.OutputStream ostream) throws java.io.IOException
ASN1Valuepublic static ResponseBody.Template getTemplate()