Uses of Class
com.sshtools.common.publickey.CertificateExtension
Packages that use CertificateExtension
-
Uses of CertificateExtension in com.sshtools.common.publickey
Subclasses of CertificateExtension in com.sshtools.common.publickeyModifier and TypeClassDescriptionclassclassclassMethods in com.sshtools.common.publickey that return CertificateExtensionModifier and TypeMethodDescriptionstatic CertificateExtensionCertificateExtension.createKnownExtension(String name, byte[] value) OpenSshCertificate.getExtension(String key) Methods in com.sshtools.common.publickey that return types with arguments of type CertificateExtensionModifier and TypeMethodDescriptionCertificateExtension.Builder.build()OpenSshCertificate.getExtensionsList()Methods in com.sshtools.common.publickey with parameters of type CertificateExtensionModifier and TypeMethodDescriptionCertificateExtension.Builder.knownExtension(CertificateExtension ext) Method parameters in com.sshtools.common.publickey with type arguments of type CertificateExtensionModifier and TypeMethodDescriptionstatic SshCertificateSshCertificateAuthority.generateCertificate(SshKeyPair key, long serial, int type, String keyId, String principal, int validityDays, List<CertificateExtension> extensions, SshKeyPair signedBy)