public final class Base64Url extends Object
Base64Url(byte[] bytes)
Base64Url(String string)
byte[]
decodedBytes()
static Base64Url
encode(byte[] bytes)
encodedBytes()
boolean
equals(Object obj)
int
hashCode()
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public Base64Url(String string)
public Base64Url(byte[] bytes)
public static Base64Url encode(byte[] bytes)
public byte[] encodedBytes()
public byte[] decodedBytes()
public String toString()
toString
Object
public int hashCode()
hashCode
public boolean equals(Object obj)
equals
Copyright © 2024. All rights reserved.