# Packages
Package service manages connections between the VM application and the ALTS handshaker service.
# Functions
DefaultClientHandshakerOptions returns the default client handshaker options.
DefaultServerHandshakerOptions returns the default client handshaker options.
NewClientHandshaker creates a core.Handshaker that performs a client-side ALTS handshake by acting as a proxy between the peer and the ALTS handshaker service in the metadata server.
NewServerHandshaker creates a core.Handshaker that performs a server-side ALTS handshake by acting as a proxy between the peer and the ALTS handshaker service in the metadata server.
ResetConcurrentHandshakeSemaphoreForTesting resets the handshake semaphores to allow numberOfAllowedHandshakes concurrent handshakes each.
# Structs
ClientHandshakerOptions contains the client handshaker options that can provided by the caller.
ServerHandshakerOptions contains the server handshaker options that can provided by the caller.