public abstract class SequenceOf extends DecoderObject
rawDerValue, rawValue
Modifier | Constructor and Description |
---|---|
protected |
SequenceOf(java.lang.Class type)
Construye un tipo ASN.1 SequenceOf.
|
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.
|
protected int |
getElementCount() |
checkTag, getByteValue, getRawDerValue, setDerValue
protected SequenceOf(java.lang.Class type)
type
- Tipos (etiquetas) de objetos ASN.1 (1 a n elementos) que va a contener la secuencia. El orden es irrelevanteprotected 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
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 secuenciaprotected int getElementCount()