Class BerTlvIdentifier


  • final class BerTlvIdentifier
    extends java.lang.Object
    Identificador de TLV ASN.1 BER.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private byte[] value  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) void decode​(java.io.ByteArrayInputStream stream)  
      boolean equals​(java.lang.Object obj)  
      (package private) int getTagValue()
      Obtiene el valor de la etiqueta (tipo) del TLV.
      int hashCode()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Field Detail

      • value

        private transient byte[] value
    • Constructor Detail

      • BerTlvIdentifier

        BerTlvIdentifier()
    • Method Detail

      • getTagValue

        int getTagValue()
        Obtiene el valor de la etiqueta (tipo) del TLV.
        Returns:
        Valor de la etiqueta (tipo) del TLV.
      • decode

        void decode​(java.io.ByteArrayInputStream stream)
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object