Uses of Class
org.apache.sshd.common.config.keys.OpenSshCertificate.CertificateOption
-
Packages that use OpenSshCertificate.CertificateOption Package Description org.apache.sshd.common.config.keys org.apache.sshd.common.util.buffer -
-
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.CertificateOption Modifier and Type Method Description List<OpenSshCertificate.CertificateOption>OpenSshCertificate. getCriticalOptions()Retrieves the critical options set in the certificate.List<OpenSshCertificate.CertificateOption>OpenSshCertificateImpl. getCriticalOptions()List<OpenSshCertificate.CertificateOption>OpenSshCertificate. getExtensions()Retrieves the extensions set in the certificate.List<OpenSshCertificate.CertificateOption>OpenSshCertificateImpl. getExtensions()Method parameters in org.apache.sshd.common.config.keys with type arguments of type OpenSshCertificate.CertificateOption Modifier and Type Method Description voidOpenSshCertificateImpl. 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.CertificateOption Modifier and Type Method Description List<OpenSshCertificate.CertificateOption>Buffer. getCertificateOptions()List<OpenSshCertificate.CertificateOption>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.CertificateOption Modifier and Type Method Description voidBuffer. 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)]]]...
-