public interface AuthorizedKeysFormat
Modifier and Type | Method and Description |
---|---|
byte[] |
format(AuthorizedKeys keys) |
byte[] |
format(AuthorizedKeys keys,
AuthorizedKeysFileSaver saver) |
boolean |
requiresKeyFiles() |
AuthorizedKeys |
unformat(byte[] formatted) |
AuthorizedKeys |
unformat(byte[] formatted,
AuthorizedKeysFileLoader loader) |
byte[] format(AuthorizedKeys keys) throws java.io.IOException, InvalidSshKeyException
keys
- java.io.IOException
InvalidSshKeyException
byte[] format(AuthorizedKeys keys, AuthorizedKeysFileSaver saver) throws java.io.IOException, InvalidSshKeyException
keys
- saver
- java.io.IOException
InvalidSshKeyException
AuthorizedKeys unformat(byte[] formatted) throws java.io.IOException, InvalidSshKeyException
formatted
- java.io.IOException
InvalidSshKeyException
AuthorizedKeys unformat(byte[] formatted, AuthorizedKeysFileLoader loader) throws java.io.IOException, InvalidSshKeyException
formatted
- loader
- java.io.IOException
InvalidSshKeyException
boolean requiresKeyFiles()
Copyright © 2002-2003 Lee David Painter & Contributors. All Rights Reserved.