PublicKeyAuthenticator constructor
PublicKeyAuthenticator(
- AuthorizedKeysStore store
Creates a public-key authenticator backed by store.
Implementation
PublicKeyAuthenticator(this.store);
Creates a public-key authenticator backed by store.
PublicKeyAuthenticator(this.store);