Package | Description |
---|---|
org.apache.sshd.certificate | |
org.apache.sshd.common.config.keys | |
org.apache.sshd.common.util.buffer |
Modifier and Type | Field and Description |
---|---|
protected List<OpenSshCertificate.CertificateOption> |
OpenSshCertificateBuilder.criticalOptions |
protected List<OpenSshCertificate.CertificateOption> |
OpenSshCertificateBuilder.extensions |
Modifier and Type | Method and Description |
---|---|
OpenSshCertificateBuilder |
OpenSshCertificateBuilder.criticalOptions(List<OpenSshCertificate.CertificateOption> criticalOptions) |
OpenSshCertificateBuilder |
OpenSshCertificateBuilder.extensions(List<OpenSshCertificate.CertificateOption> extensions) |
Modifier and Type | Method and Description |
---|---|
List<OpenSshCertificate.CertificateOption> |
OpenSshCertificateImpl.getCriticalOptions() |
List<OpenSshCertificate.CertificateOption> |
OpenSshCertificate.getCriticalOptions()
Retrieves the critical options set in the certificate.
|
List<OpenSshCertificate.CertificateOption> |
OpenSshCertificateImpl.getExtensions() |
List<OpenSshCertificate.CertificateOption> |
OpenSshCertificate.getExtensions()
Retrieves the extensions set in the certificate.
|
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 © 2008–2024 The Apache Software Foundation. All rights reserved.