public class Asn1BitString extends Asn1Simple<byte[]>
Asn1Type.EncodingTypebodyLength, outerEncodeable| Constructor and Description |
|---|
Asn1BitString() |
Asn1BitString(byte[] value) |
Asn1BitString(byte[] value,
int padding) |
| Modifier and Type | Method and Description |
|---|---|
protected int |
encodingBodyLength() |
int |
getPadding() |
void |
setPadding(int padding) |
protected void |
toBytes() |
String |
toString() |
protected void |
toValue() |
createSimple, createSimple, decodeBody, encodeBody, encodeBody, getBytes, isDefinitiveLength, isSimple, isSimple, isSimple, setBytesgetValue, setValuedecode, decode, decode, encode, encode, encodingHeaderLength, encodingLength, getBodyLength, getHeaderLength, isBER, isCER, isDER, isImplicit, isPrimitive, resetBodyLength, taggedDecode, taggedDecode, taggedDecode, taggedEncode, taggedEncode, taggedEncodingLength, useBER, useCER, useDefinitiveLength, useDER, useImplicit, usePrimitiveisAppSpecific, isCollection, isContextSpecific, isEOC, isNull, isSimple, isTagSpecific, isUniversal, simpleInfo, tag, tagFlags, tagNopublic Asn1BitString()
public Asn1BitString(byte[] value)
public Asn1BitString(byte[] value,
int padding)
public void setPadding(int padding)
public int getPadding()
protected int encodingBodyLength()
encodingBodyLength in class Asn1Simple<byte[]>protected void toBytes()
toBytes in class Asn1Simple<byte[]>protected void toValue()
throws IOException
toValue in class Asn1Simple<byte[]>IOExceptionpublic String toString()
toString in class Asn1Simple<byte[]>Copyright © 2014–2018 The Apache Software Foundation. All rights reserved.