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