public interface OpenSSHPrivateKeyFileParser
| Modifier and Type | Method and Description |
|---|---|
void |
decode(com.sshtools.common.util.ByteArrayReader privateReader,
SshKeyPair pair) |
void |
encode(com.sshtools.common.util.ByteArrayWriter privateWriter,
SshKeyPair pair) |
void decode(com.sshtools.common.util.ByteArrayReader privateReader,
SshKeyPair pair)
throws java.io.IOException
java.io.IOExceptionvoid encode(com.sshtools.common.util.ByteArrayWriter privateWriter,
SshKeyPair pair)
throws java.io.IOException
java.io.IOExceptionCopyright © 2022. All rights reserved.