Uses of Class
org.biscuitsec.biscuit.token.RevocationIdentifier
-
Packages that use RevocationIdentifier Package Description org.biscuitsec.biscuit.token Classes related to creating and verifying Biscuit tokens -
-
Uses of RevocationIdentifier in org.biscuitsec.biscuit.token
Methods in org.biscuitsec.biscuit.token that return RevocationIdentifier Modifier and Type Method Description static RevocationIdentifierRevocationIdentifier. from_b64url(String b64url)Creates a RevocationIdentifier from base64 url (RFC4648_URLSAFE)static RevocationIdentifierRevocationIdentifier. from_bytes(byte[] bytes)Methods in org.biscuitsec.biscuit.token that return types with arguments of type RevocationIdentifier Modifier and Type Method Description List<RevocationIdentifier>UnverifiedBiscuit. revocation_identifiers()
-