public class PKIFailureInfo
extends com.objsys.asn1j.runtime.Asn1BitString
Modifier and Type | Field and Description |
---|---|
static int |
addInfoNotAvailable |
static int |
badAlg |
static int |
badDataFormat |
static int |
badRequest |
static int |
systemFailure |
static int |
timeNotAvailable |
static int |
unacceptedExtension |
static int |
unacceptedPolicy |
ASN1VALUE, BITS, HEX, HEXBIN, mStringFormat, numbits, TAG, trimZeroBits, value
BIT_STRING, BMPString, BOOLEAN, DATE, DATE_TIME, DURATION, ENUMERATED, EOC, EXTERNAL, GeneralString, GeneralTime, GraphicString, IA5String, INTEGER, NULL, NumericString, OBJECT_IDENTIFIER, ObjectDescriptor, OCTET_STRING, OID_IRI, OpenType, PrintableString, REAL, RELATIVE_OID_IRI, RelativeOID, SEQUENCE, SET, T61String, TeletexString, TIME, TIME_OF_DAY, UniversalString, UTCTime, UTF8String, VideotexString, VisibleString, z
Constructor and Description |
---|
PKIFailureInfo()
This constructor creates an empty bit string that can be used in
a decode method call to receive a bit string value.
|
PKIFailureInfo(java.util.BitSet bitSet)
This constructor initializes the bit string value from the given
BitSet object.
|
PKIFailureInfo(boolean[] bitValues)
This constructor initializes the bit string value from the given
boolean array.
|
PKIFailureInfo(byte[] data)
This constructor initializes the bit string value with the
given bytes, using all 8 bits of every byte.
|
PKIFailureInfo(int numbits_,
byte[] data)
This constructor initializes the bit string value with the
given number of bits and data.
|
PKIFailureInfo(java.lang.String value_)
This constructor parses the given ASN.1 value text (either a
binary or hex data string) and assigns the values to the internal
bit string.
|
clear, decode, decode, decode, decode, decode, decode, decode, decode, decodeXER, decodeXML, encode, encode, encode, encode, encode, encode, encode, encode, encode, encode, encode, encode, encode, encode, equals, equals, getLength, hashCode, isNamedBitStr, isSet, set, set, toBoolArray, toHexString, toInputStream, toString
public static final int badAlg
public static final int badRequest
public static final int badDataFormat
public static final int timeNotAvailable
public static final int unacceptedPolicy
public static final int unacceptedExtension
public static final int addInfoNotAvailable
public static final int systemFailure
public PKIFailureInfo()
public PKIFailureInfo(byte[] data)
data
- Binary bit string contentspublic PKIFailureInfo(int numbits_, byte[] data)
numbits_
- Number of bitsdata
- Binary bit string contentspublic PKIFailureInfo(boolean[] bitValues)
bitValues
- The boolean arraypublic PKIFailureInfo(java.lang.String value_) throws com.objsys.asn1j.runtime.Asn1ValueParseException
com.objsys.asn1j.runtime.Asn1ValueParseException
public PKIFailureInfo(java.util.BitSet bitSet)
bitSet
- Java BitSet objectCopyright © 2025. All rights reserved.