public class ExtendedFailInfo extends java.lang.Object implements ASN1Value
ExtendedFailInfo ::= SEQUENCE {
failInfoOID OBJECT IDENTIFIER,
failInfoValue ANY DEFINED BY failInfoOID }
| Modifier and Type | Class and Description |
|---|---|
static class |
ExtendedFailInfo.Template
A Template for decoding an ExtendedFailInfo.
|
| Constructor and Description |
|---|
ExtendedFailInfo(OBJECT_IDENTIFIER failInfoOID,
ASN1Value failInfoValue) |
| 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 implicit,
java.io.OutputStream ostream)
Write this value's DER encoding to an output stream using
an implicit tag.
|
OBJECT_IDENTIFIER |
getOID() |
Tag |
getTag()
Returns the base tag for this type, not counting any tags
that may be imposed on it by its context.
|
static ExtendedFailInfo.Template |
getTemplate() |
ANY |
getValue()
Returns the failInfoValue of this ExtendedFailInfo, encoded as an ANY.
|
public static final Tag TAG
public ExtendedFailInfo(OBJECT_IDENTIFIER failInfoOID, ASN1Value failInfoValue)
public Tag getTag()
ASN1Valuepublic OBJECT_IDENTIFIER getOID()
public ANY getValue()
public void encode(java.io.OutputStream ostream)
throws java.io.IOException
ASN1Valuepublic void encode(Tag implicit, java.io.OutputStream ostream) throws java.io.IOException
ASN1Valuepublic static ExtendedFailInfo.Template getTemplate()