public class OpenSSHAuthorizedKeysFormat extends java.lang.Object implements AuthorizedKeysFormat
| Constructor and Description |
|---|
OpenSSHAuthorizedKeysFormat() |
| 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) |
public byte[] format(AuthorizedKeys keys, AuthorizedKeysFileSaver saver) throws java.io.IOException, InvalidSshKeyException
format in interface AuthorizedKeysFormatkeys - saver - java.io.IOExceptionInvalidSshKeyExceptionjava.lang.UnsupportedOperationExceptionpublic AuthorizedKeys unformat(byte[] formatted, AuthorizedKeysFileLoader loader) throws java.io.IOException, InvalidSshKeyException
unformat in interface AuthorizedKeysFormatformatted - loader - java.io.IOExceptionInvalidSshKeyExceptionjava.lang.UnsupportedOperationExceptionpublic byte[] format(AuthorizedKeys keys) throws java.io.IOException, InvalidSshKeyException
format in interface AuthorizedKeysFormatkeys - java.io.IOExceptionInvalidSshKeyExceptionpublic AuthorizedKeys unformat(byte[] formatted) throws java.io.IOException, InvalidSshKeyException
unformat in interface AuthorizedKeysFormatformatted - java.io.IOExceptionInvalidSshKeyExceptionpublic boolean requiresKeyFiles()
requiresKeyFiles in interface AuthorizedKeysFormatCopyright © 2002-2003 Lee David Painter & Contributors. All Rights Reserved.