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
Fields in org.apache.sshd.certificate with type parameters of type OpenSshCertificate.CertificateOption Modifier and Type Field Description protected java.util.List<OpenSshCertificate.CertificateOption>OpenSshCertificateBuilder. criticalOptionsprotected java.util.List<OpenSshCertificate.CertificateOption>OpenSshCertificateBuilder. extensionsMethod 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
Fields in org.apache.sshd.common.config.keys with type parameters of type OpenSshCertificate.CertificateOption Modifier and Type Field Description private java.util.List<OpenSshCertificate.CertificateOption>OpenSshCertificateImpl. criticalOptionsprivate java.util.List<OpenSshCertificate.CertificateOption>OpenSshCertificateImpl. extensionsMethods 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)voidOpenSshCertificateImpl. setExtensions(java.util.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 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)][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: Critical Options is a set of bytes that is [overall length][name(string)][data(string)]...
-