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. criticalOptions
protected java.util.List<OpenSshCertificate.CertificateOption>
OpenSshCertificateBuilder. extensions
Method parameters in org.apache.sshd.certificate with type arguments of type OpenSshCertificate.CertificateOption Modifier and Type Method Description OpenSshCertificateBuilder
OpenSshCertificateBuilder. criticalOptions(java.util.List<OpenSshCertificate.CertificateOption> criticalOptions)
OpenSshCertificateBuilder
OpenSshCertificateBuilder. 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. criticalOptions
private java.util.List<OpenSshCertificate.CertificateOption>
OpenSshCertificateImpl. extensions
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 void
OpenSshCertificateImpl. setCriticalOptions(java.util.List<OpenSshCertificate.CertificateOption> criticalOptions)
void
OpenSshCertificateImpl. 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 void
Buffer. putCertificateOptions(java.util.List<OpenSshCertificate.CertificateOption> options)
void
Buffer. 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)]...
-