Package org.ldk.structs
Class NetAddress.OnionV3
- java.lang.Object
-
- org.ldk.structs.NetAddress
-
- org.ldk.structs.NetAddress.OnionV3
-
- Enclosing class:
- NetAddress
public static final class NetAddress.OnionV3 extends NetAddress
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.ldk.structs.NetAddress
NetAddress.IPv4, NetAddress.IPv6, NetAddress.OnionV2, NetAddress.OnionV3
-
-
Field Summary
Fields Modifier and Type Field Description short
checksum
The checksum of the pubkey and version, as included in the onion addressbyte[]
ed25519_pubkey
The ed25519 long-term public key of the peershort
port
The port on which the node is listeningbyte
version
The version byte, as defined by the Tor Onion v3 spec.
-
-
-
Field Detail
-
ed25519_pubkey
public final byte[] ed25519_pubkey
The ed25519 long-term public key of the peer
-
checksum
public final short checksum
The checksum of the pubkey and version, as included in the onion address
-
version
public final byte version
The version byte, as defined by the Tor Onion v3 spec.
-
port
public final short port
The port on which the node is listening
-
-