Modifier and Type | Class and Description |
---|---|
static class |
OtherInfo.Template
A Template for decoding a OtherInfo.
|
static class |
OtherInfo.Type
The type of OtherInfo.
|
Modifier and Type | Field and Description |
---|---|
static int |
BAD_ALG |
static int |
BAD_CERT_ID |
static int |
BAD_IDENTITY |
static int |
BAD_MESSAGE_CHECK |
static int |
BAD_REQUEST |
static int |
BAD_TIME |
static OtherInfo.Type |
FAIL |
static java.lang.String[] |
FAIL_INFO |
static int |
INTERNAL_CA_ERROR |
static int |
MUST_ARCHIVE_KEYS |
static int |
NO_KEY_REUSE |
static OtherInfo.Type |
PEND |
static int |
POP_FAILED |
static int |
POP_REQUIRED |
static int |
TRY_LATER |
static int |
UNSUPORTED_EXT |
Constructor and Description |
---|
OtherInfo() |
OtherInfo(OtherInfo.Type type,
INTEGER failInfo,
PendInfo pendInfo)
Constructs a OtherInfo 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.
|
INTEGER |
getFailInfo()
If type == FAIL, returns the failInfo field.
|
PendInfo |
getPendInfo()
If type == PEND, returns the pendInfo field.
|
Tag |
getTag()
Returns the base tag for this type, not counting any tags
that may be imposed on it by its context.
|
static OtherInfo.Template |
getTemplate() |
OtherInfo.Type |
getType()
Returns the type of OtherInfo:
FAIL
PEND
|
public static final int BAD_ALG
public static final int BAD_MESSAGE_CHECK
public static final int BAD_REQUEST
public static final int BAD_TIME
public static final int BAD_CERT_ID
public static final int UNSUPORTED_EXT
public static final int MUST_ARCHIVE_KEYS
public static final int BAD_IDENTITY
public static final int POP_REQUIRED
public static final int POP_FAILED
public static final int NO_KEY_REUSE
public static final int INTERNAL_CA_ERROR
public static final int TRY_LATER
public static final java.lang.String[] FAIL_INFO
public static OtherInfo.Type FAIL
public static OtherInfo.Type PEND
public OtherInfo()
public OtherInfo(OtherInfo.Type type, INTEGER failInfo, PendInfo pendInfo)
type
- The type of the otherInfo.failInfo
- the CMCFailInfo code.pendInfo
- the pending information.public OtherInfo.Type getType()
FAIL
PEND
public INTEGER getFailInfo()
public PendInfo getPendInfo()
public Tag getTag()
ASN1Value
public void encode(java.io.OutputStream ostream) throws java.io.IOException
ASN1Value
public void encode(Tag implicitTag, java.io.OutputStream ostream) throws java.io.IOException
ASN1Value
public static OtherInfo.Template getTemplate()