Class BitString

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static byte TAG_BITSTRING
      Tipo ASN.1 "BIT STRING".
      private Tlv tlv  
    • Constructor Summary

      Constructors 
      Constructor Description
      BitString()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method 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.
      byte[] getValue()
      Obtiene el valor binario del campo de datos del BitString.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • TAG_BITSTRING

        private static final byte TAG_BITSTRING
        Tipo ASN.1 "BIT STRING".
        See Also:
        Constant Field Values
      • tlv

        private transient Tlv tlv
    • Constructor Detail

      • BitString

        public BitString()
    • Method Detail

      • getDefaultTag

        protected byte getDefaultTag()
        Description copied from class: DecoderObject
        Obtiene la etiqueta de tipo ASN.1 del objeto.
        Specified by:
        getDefaultTag in class DecoderObject
        Returns:
        Etiqueta de tipo ASN.1 del objeto.
      • getValue

        public byte[] getValue()
        Obtiene el valor binario del campo de datos del BitString.
        Returns:
        Valor binario del campo de datos del BitString.