toOnionAddressV3
Parses a String for a v3 .onion
address.
String can be either a URL containing the v3 .onion
address, or the v3 .onion
address itself.
Return
Throws
IllegalArgumentException
when:
A 56 character base 32 encoded string is not found
The version byte is invalid
The checksum is invalid
The 32 byte ed25519 public key is all 0 bytes (blank)
Transforms provided bytes into a v3 .onion
address.
Return
Throws
IllegalArgumentException
when:
Array size is not 35 bytes
The version byte is invalid
The checksum is invalid
The 32 byte ed25519 public key is all 0 bytes (blank)