com.sshtools.j2ssh.transport.publickey
Interface SshPublicKeyFormat
- OpenSSHPublicKeyFormat, SECSHPublicKeyFormat
public interface SshPublicKeyFormat
formatKey
public byte[] formatKey(byte[] keyblob)
getComment
public String getComment()
getFormatType
public String getFormatType()
isFormatted
public boolean isFormatted(byte[] formattedKey)
setComment
public void setComment(String comment)
supportsAlgorithm
public boolean supportsAlgorithm(String algorithm)
Copyright © 2002-2003 Lee David Painter & Contributors. All Rights Reserved.