Class DO87


  • final class DO87
    extends java.lang.Object
    Parámetros de comando. | 0x87 | L | 0x01 | Datos encriptados (L-1 octetos) |
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static byte TAG  
      private Tlv tlv  
    • Constructor Summary

      Constructors 
      Constructor Description
      DO87()  
      DO87​(byte[] encodedOrValue)  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      private static byte[] addOne​(byte[] data)  
      (package private) byte[] getData()  
      (package private) byte[] getEncoded()  
      private static byte[] removeOne​(byte[] value)  
      • Methods inherited from class java.lang.Object

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

      • DO87

        DO87()
      • DO87

        DO87​(byte[] encodedOrValue)
    • Method Detail

      • addOne

        private static byte[] addOne​(byte[] data)
      • removeOne

        private static byte[] removeOne​(byte[] value)
      • getEncoded

        byte[] getEncoded()
      • getData

        byte[] getData()