| Package | Description |
|---|---|
| org.apache.sshd.common.config.keys | |
| org.apache.sshd.common.util.buffer |
| Modifier and Type | Method and 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() |
| Modifier and Type | Method and Description |
|---|---|
void |
OpenSshCertificateImpl.setCriticalOptions(List<OpenSshCertificate.CertificateOption> criticalOptions) |
void |
OpenSshCertificateImpl.setExtensions(List<OpenSshCertificate.CertificateOption> extensions) |
| Modifier and Type | Method and 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)]]]...
|
| Modifier and Type | Method and Description |
|---|---|
void |
Buffer.putCertificateOptions(List<OpenSshCertificate.CertificateOption> options) |
void |
Buffer.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)]]]...
|
Copyright © 2018–2024 The Apache Software Foundation. All rights reserved.