Uses of Class
com.sshtools.common.ssh.components.SshCertificate
Packages that use SshCertificate
-
Uses of SshCertificate in com.sshtools.common.publickey
Methods in com.sshtools.common.publickey that return SshCertificateModifier and TypeMethodDescriptionstatic SshCertificateSshCertificateAuthority.generateCertificate(SshKeyPair key, long serial, int type, String keyId, String principal, int validityDays, SshKeyPair signedBy) static SshCertificateSshCertificateAuthority.generateCertificate(SshKeyPair key, long serial, int type, String keyId, String principal, int validityDays, List<CertificateExtension> extensions, SshKeyPair signedBy) static SshCertificateSshCertificateAuthority.generateCertificate(SshKeyPair key, long serial, int type, String keyId, List<String> validPrincipals, int validity, int validityTimeUnit, TimeZone timeZone, List<CriticalOption> criticalOptions, List<CertificateExtension> extensions, SshKeyPair signedBy) static SshCertificateSshCertificateAuthority.generateCertificate(SshKeyPair key, long serial, int type, String keyId, List<String> validPrincipals, int validityDays, List<CriticalOption> criticalOptions, List<CertificateExtension> extensions, SshKeyPair signedBy) static SshCertificateSshCertificateAuthority.generateHostCertificate(SshKeyPair key, long serial, String hostname, int validityDays, SshKeyPair signedBy) static SshCertificateSshCertificateAuthority.generateUserCertificate(SshKeyPair key, long serial, String principalName, int validityDays, SshKeyPair signedBy) static SshCertificateSshKeyUtils.getCertificate(File privateKey, String passphrase) static SshCertificateSshKeyUtils.getCertificate(File privateKey, String passphrase, File certFile) static SshCertificateSshKeyUtils.getCertificate(InputStream privateKey, String passphrase, InputStream certFile) static SshCertificateSshKeyUtils.getCertificate(String privateKey, String passphrase, String certFile) Methods in com.sshtools.common.publickey with parameters of type SshCertificateModifier and TypeMethodDescriptionstatic voidSshKeyUtils.saveCertificate(SshCertificate pair, String passphrase, String comment, File privateKeyFile)