PrivateKey
A 32 byte x25519 private key.
This would be the key added to a tor client by a user who wishes to connect to a Hidden Service that has been configured using the X25519.PublicKey associated with this X25519.PrivateKey.
See also
Functions
Checks if a Destroyable instance has been destroyed or not.
Produces the base 32 descriptor string for this AuthKey.Private in the form of {onion-address}:descriptor:{algorithm}:{base-32}
.
Produces the base 32 descriptor string for this AuthKey.Private in the form of {address-w/o-.onion}:descriptor:{algorithm}:{base-32}
, or null
if isDestroyed is true
.
Produces the base 64 descriptor string for this AuthKey.Private in the form of {address-w/o-.onion}:descriptor:{algorithm}:{base-64}
.
Produces the base 64 descriptor string for this AuthKey.Private in the form of {address-w/o-.onion}:{algorithm}:{base-64}
.
Produces the base 64 descriptor string for this AuthKey.Private in the form of {address-w/o-.onion}:descriptor:{algorithm}:{base-64}
, or null
if isDestroyed is true
.
Creates an IllegalStateException with a default message of