Uses of Interface
org.biscuitsec.biscuit.crypto.KeyDelegate
-
Packages that use KeyDelegate Package Description org.biscuitsec.biscuit.token Classes related to creating and verifying Biscuit tokensorg.biscuitsec.biscuit.token.format Serializing code -
-
Uses of KeyDelegate in org.biscuitsec.biscuit.token
Methods in org.biscuitsec.biscuit.token with parameters of type KeyDelegate Modifier and Type Method Description static BiscuitBiscuit. from_b64url(String data, KeyDelegate delegate)Deserializes a Biscuit token from a base64 url (RFC4648_URLSAFE) stringstatic BiscuitBiscuit. from_bytes(byte[] data, KeyDelegate delegate)Deserializes a Biscuit token from a byte arraystatic BiscuitBiscuit. from_bytes_with_symbols(byte[] data, KeyDelegate delegate, SymbolTable symbols)Deserializes a Biscuit token from a byte arrayBiscuitUnverifiedBiscuit. verify(KeyDelegate delegate) -
Uses of KeyDelegate in org.biscuitsec.biscuit.token.format
Methods in org.biscuitsec.biscuit.token.format with parameters of type KeyDelegate Modifier and Type Method Description static SerializedBiscuitSerializedBiscuit. from_bytes(byte[] slice, KeyDelegate delegate)Deserializes a SerializedBiscuit from a byte array
-