Class SshCertificate
java.lang.Object
com.sshtools.common.ssh.components.SshKeyPair
com.sshtools.common.ssh.components.SshCertificate
- All Implemented Interfaces:
SignatureGenerator
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final int -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanMethods inherited from class com.sshtools.common.ssh.components.SshKeyPair
equals, getKeyPair, getPrivateKey, getPublicKey, getPublicKeys, hashCode, setPrivateKey, setPublicKey, sign
-
Field Details
-
SSH_CERT_TYPE_USER
public static final int SSH_CERT_TYPE_USER- See Also:
-
SSH_CERT_TYPE_HOST
public static final int SSH_CERT_TYPE_HOST- See Also:
-
-
Constructor Details
-
SshCertificate
-
-
Method Details
-
isUserCertificate
public boolean isUserCertificate() -
isHostCertificate
public boolean isHostCertificate() -
getCertificate
-