Class RevocationIdentifier


  • public class RevocationIdentifier
    extends Object
    • Constructor Detail

      • RevocationIdentifier

        public RevocationIdentifier​(byte[] bytes)
    • Method Detail

      • from_b64url

        public static RevocationIdentifier from_b64url​(String b64url)
        Creates a RevocationIdentifier from base64 url (RFC4648_URLSAFE)
        Parameters:
        b64url - serialized revocation identifier
        Returns:
        RevocationIdentifier
      • serialize_b64url

        public String serialize_b64url()
        Serializes a revocation identifier as base64 url (RFC4648_URLSAFE)
        Returns:
        String
      • getBytes

        public byte[] getBytes()