Uses of Class
org.apache.sshd.common.config.keys.OpenSshCertificate.CertificateOption
Packages that use OpenSshCertificate.CertificateOption
Package
Description
-
Uses of OpenSshCertificate.CertificateOption in org.apache.sshd.certificate
Fields in org.apache.sshd.certificate with type parameters of type OpenSshCertificate.CertificateOptionModifier and TypeFieldDescriptionprotected List<OpenSshCertificate.CertificateOption> OpenSshCertificateBuilder.criticalOptionsprotected List<OpenSshCertificate.CertificateOption> OpenSshCertificateBuilder.extensionsMethods in org.apache.sshd.certificate that return types with arguments of type OpenSshCertificate.CertificateOptionModifier and TypeMethodDescriptionprivate List<OpenSshCertificate.CertificateOption> OpenSshCertificateBuilder.lexicallyOrderOptions(List<OpenSshCertificate.CertificateOption> options) Lexically orders certificate options by name.Method parameters in org.apache.sshd.certificate with type arguments of type OpenSshCertificate.CertificateOptionModifier and TypeMethodDescriptionOpenSshCertificateBuilder.criticalOptions(List<OpenSshCertificate.CertificateOption> criticalOptions) OpenSshCertificateBuilder.extensions(List<OpenSshCertificate.CertificateOption> extensions) private List<OpenSshCertificate.CertificateOption> OpenSshCertificateBuilder.lexicallyOrderOptions(List<OpenSshCertificate.CertificateOption> options) Lexically orders certificate options by name.private voidOpenSshCertificateBuilder.validateOptions(List<OpenSshCertificate.CertificateOption> options) Validates that there are no duplicate options. -
Uses of OpenSshCertificate.CertificateOption in org.apache.sshd.common.config.keys
Fields in org.apache.sshd.common.config.keys with type parameters of type OpenSshCertificate.CertificateOptionModifier and TypeFieldDescriptionprivate List<OpenSshCertificate.CertificateOption> OpenSshCertificateImpl.criticalOptionsprivate List<OpenSshCertificate.CertificateOption> OpenSshCertificateImpl.extensionsMethods in org.apache.sshd.common.config.keys that return types with arguments of type OpenSshCertificate.CertificateOptionModifier and TypeMethodDescriptionOpenSshCertificate.getCriticalOptions()Retrieves the critical options set in the certificate.OpenSshCertificateImpl.getCriticalOptions()OpenSshCertificate.getExtensions()Retrieves the extensions set in the certificate.OpenSshCertificateImpl.getExtensions()Method parameters in org.apache.sshd.common.config.keys with type arguments of type OpenSshCertificate.CertificateOptionModifier and TypeMethodDescriptionvoidOpenSshCertificateImpl.setCriticalOptions(List<OpenSshCertificate.CertificateOption> criticalOptions) voidOpenSshCertificateImpl.setExtensions(List<OpenSshCertificate.CertificateOption> extensions) -
Uses of OpenSshCertificate.CertificateOption in org.apache.sshd.common.util.buffer
Methods in org.apache.sshd.common.util.buffer that return types with arguments of type OpenSshCertificate.CertificateOptionModifier and TypeMethodDescriptionBuffer.getCertificateOptions()Buffer.getCertificateOptions(Charset charset) According to PROTOCOL.certkeys: Critical Options is a set of bytes that is [overall length][name(string)][[length of buffer][[length of string][data(string)]]]...Method parameters in org.apache.sshd.common.util.buffer with type arguments of type OpenSshCertificate.CertificateOptionModifier and TypeMethodDescriptionvoidBuffer.putCertificateOptions(List<OpenSshCertificate.CertificateOption> options) voidBuffer.putCertificateOptions(List<OpenSshCertificate.CertificateOption> options, Charset charset) According to PROTOCOL.certkeys: Certificate Options is a set of bytes that is [overall length][name(string)][[length of buffer][[length of string][data(string)]]]...