|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sshtools.j2ssh.transport.publickey.Base64EncodedFileFormat
com.sshtools.j2ssh.transport.publickey.SECSHPublicKeyFormat
DOCUMENT ME!
Field Summary |
Fields inherited from class com.sshtools.j2ssh.transport.publickey.Base64EncodedFileFormat |
begin, end |
Constructor Summary | |
SECSHPublicKeyFormat()
Creates a new SECSHPublicKeyFormat object. |
|
SECSHPublicKeyFormat(java.lang.String subject,
java.lang.String comment)
Creates a new SECSHPublicKeyFormat object. |
Method Summary | |
java.lang.String |
getComment()
DOCUMENT ME! |
java.lang.String |
getFormatType()
DOCUMENT ME! |
void |
setComment(java.lang.String comment)
DOCUMENT ME! |
boolean |
supportsAlgorithm(java.lang.String algorithm)
DOCUMENT ME! |
Methods inherited from class com.sshtools.j2ssh.transport.publickey.Base64EncodedFileFormat |
formatKey, getHeaderValue, getKeyBlob, isFormatted, setHeaderValue |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.sshtools.j2ssh.transport.publickey.SshPublicKeyFormat |
formatKey, getKeyBlob, isFormatted |
Constructor Detail |
public SECSHPublicKeyFormat(java.lang.String subject, java.lang.String comment)
subject
- DOCUMENT ME!comment
- DOCUMENT ME!public SECSHPublicKeyFormat()
Method Detail |
public void setComment(java.lang.String comment)
setComment
in interface SshPublicKeyFormat
comment
- DOCUMENT ME!public java.lang.String getComment()
getComment
in interface SshPublicKeyFormat
public java.lang.String getFormatType()
getFormatType
in interface SshPublicKeyFormat
getFormatType
in class Base64EncodedFileFormat
public boolean supportsAlgorithm(java.lang.String algorithm)
supportsAlgorithm
in interface SshPublicKeyFormat
algorithm
- DOCUMENT ME!
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |