public abstract class BitString extends DecoderObject
rawDerValue, rawValue
Constructor and Description |
---|
BitString() |
Modifier and Type | Method and Description |
---|---|
protected void |
decodeValue()
Decodifica el valor DER establecido comprobando que corresponde al esperado y formando las
estructuras internas.
|
protected byte |
getDefaultTag()
Obtiene la etiqueta de tipo ASN.1 del objeto.
|
checkTag, getByteValue, getRawDerValue, setDerValue
protected void decodeValue() throws java.io.IOException
DecoderObject
decodeValue
in class DecoderObject
Asn1Exception
- Si hay errores correspondientes a las estructuras ASN.1 DERjava.io.IOException
protected byte getDefaultTag()
getDefaultTag
in class DecoderObject