public abstract class Set extends DecoderObject
rawDerValue, rawValue
Modifier | Constructor and Description |
---|---|
protected |
Set(java.lang.Class[] types) |
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.
|
protected DecoderObject |
getElementAt(int index)
Devuelve el elemento situado en la posición indicada.
|
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()
DecoderObject
getDefaultTag
in class DecoderObject
protected DecoderObject getElementAt(int index)
index
- Posición del elemento a recuperarDecoderObject
que contiene el TLV deseado.java.lang.IndexOutOfBoundsException
- Si el indice indicado no pertenece al rango de la secuencia