PublicKeyAuthenticator constructor

PublicKeyAuthenticator(
  1. AuthorizedKeysStore store
)

Creates a public-key authenticator backed by store.

Implementation

PublicKeyAuthenticator(this.store);