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.IOExceptionInvalidSshKeyExceptionbyte[] format(AuthorizedKeys keys, AuthorizedKeysFileSaver saver) throws java.io.IOException, InvalidSshKeyException
keys - saver - java.io.IOExceptionInvalidSshKeyExceptionAuthorizedKeys unformat(byte[] formatted) throws java.io.IOException, InvalidSshKeyException
formatted - java.io.IOExceptionInvalidSshKeyExceptionAuthorizedKeys unformat(byte[] formatted, AuthorizedKeysFileLoader loader) throws java.io.IOException, InvalidSshKeyException
formatted - loader - java.io.IOExceptionInvalidSshKeyExceptionboolean requiresKeyFiles()
Copyright © 2002-2003 Lee David Painter & Contributors. All Rights Reserved.