descriptorBase64
Produces the descriptor String using the Base64 encoding of the key in the form of {onion address without .onion}:descriptor:{algorithm}:{base64 encoded key}.
NOTE: String is immutable and thus cannot be back-filled after use. One should prefer using descriptorBase64Utf8 instead.
See also
Throws
IllegalStateException
If isDestroyed is true.
Produces the descriptor String using the Base64 encoding of the key in the form of {onion address without .onion}:descriptor:{algorithm}:{base64 encoded key}.
NOTE: String is immutable and thus cannot be back-filled after use. One should prefer using descriptorBase64Utf8 instead.
See also
Throws
IllegalStateException
If isDestroyed is true.