Interface KeyDelegate


  • public interface KeyDelegate
    Used to find the key associated with a key id When the root key is changed, it might happen that multiple root keys are in use at the same time. Tokens can carry a root key id, that can be used to indicate which key will verify it.
    • Method Detail

      • root_key

        io.vavr.control.Option<PublicKey> root_key​(io.vavr.control.Option<Integer> key_id)