Package com.clevercloud.biscuit.crypto
Interface KeyDelegate
-
public interface KeyDelegateUsed 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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description io.vavr.control.Option<PublicKey>root_key(io.vavr.control.Option<Integer> key_id)
-