Class TuiPrivateKeyReference

  • All Implemented Interfaces:
    PrivateKeyReference

    public class TuiPrivateKeyReference
    extends java.lang.Object
    implements PrivateKeyReference
    Clave privada de una TUI. La clase no contiene la clave privada en si, sino una referencia a ella y una referencia a la propia TUI.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private byte keyIndex  
    • Constructor Summary

      Constructors 
      Constructor Description
      TuiPrivateKeyReference​(byte index)
      Construye una clave privada de una TUI.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) byte getIndex()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

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

      • keyIndex

        private final transient byte keyIndex
    • Constructor Detail

      • TuiPrivateKeyReference

        TuiPrivateKeyReference​(byte index)
        Construye una clave privada de una TUI.
        Parameters:
        index - Índice hacia la clave privada
    • Method Detail

      • getIndex

        byte getIndex()
      • toString

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