Uses of Interface
com.clevercloud.biscuit.crypto.KeyDelegate
-
Packages that use KeyDelegate Package Description com.clevercloud.biscuit.token Classes related to creating and verifying Biscuit tokenscom.clevercloud.biscuit.token.format Serializing code -
-
Uses of KeyDelegate in com.clevercloud.biscuit.token
Methods in com.clevercloud.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 com.clevercloud.biscuit.token.format
Methods in com.clevercloud.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
-