Uses of Class
org.apache.sshd.common.config.keys.OpenSshCertificate.CertificateOption
Packages that use OpenSshCertificate.CertificateOption
-
Uses of OpenSshCertificate.CertificateOption in org.apache.sshd.common.config.keys
Methods 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) Sets the critical options of the certificate, overriding any options set earlier.voidOpenSshCertificateImpl.setExtensions(List<OpenSshCertificate.CertificateOption> extensions) Sets the extensions of the certificate, overriding any extensions set earlier. -
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)]]]...