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 java.util.List<OpenSshCertificate.CertificateOption> |
OpenSshCertificateBuilder.criticalOptions |
protected java.util.List<OpenSshCertificate.CertificateOption> |
OpenSshCertificateBuilder.extensions |
Modifier and Type | Method and Description |
---|---|
private java.util.List<OpenSshCertificate.CertificateOption> |
OpenSshCertificateBuilder.lexicallyOrderOptions(java.util.List<OpenSshCertificate.CertificateOption> options)
Lexically orders certificate options by name.
|
Modifier and Type | Method and Description |
---|---|
OpenSshCertificateBuilder |
OpenSshCertificateBuilder.criticalOptions(java.util.List<OpenSshCertificate.CertificateOption> criticalOptions) |
OpenSshCertificateBuilder |
OpenSshCertificateBuilder.extensions(java.util.List<OpenSshCertificate.CertificateOption> extensions) |
private java.util.List<OpenSshCertificate.CertificateOption> |
OpenSshCertificateBuilder.lexicallyOrderOptions(java.util.List<OpenSshCertificate.CertificateOption> options)
Lexically orders certificate options by name.
|
private void |
OpenSshCertificateBuilder.validateOptions(java.util.List<OpenSshCertificate.CertificateOption> options)
Validates that there are no duplicate options.
|
Modifier and Type | Field and Description |
---|---|
private java.util.List<OpenSshCertificate.CertificateOption> |
OpenSshCertificateImpl.criticalOptions |
private java.util.List<OpenSshCertificate.CertificateOption> |
OpenSshCertificateImpl.extensions |
Modifier and Type | Method and Description |
---|---|
java.util.List<OpenSshCertificate.CertificateOption> |
OpenSshCertificateImpl.getCriticalOptions() |
java.util.List<OpenSshCertificate.CertificateOption> |
OpenSshCertificate.getCriticalOptions()
Retrieves the critical options set in the certificate.
|
java.util.List<OpenSshCertificate.CertificateOption> |
OpenSshCertificateImpl.getExtensions() |
java.util.List<OpenSshCertificate.CertificateOption> |
OpenSshCertificate.getExtensions()
Retrieves the extensions set in the certificate.
|
Modifier and Type | Method and Description |
---|---|
void |
OpenSshCertificateImpl.setCriticalOptions(java.util.List<OpenSshCertificate.CertificateOption> criticalOptions) |
void |
OpenSshCertificateImpl.setExtensions(java.util.List<OpenSshCertificate.CertificateOption> extensions) |
Modifier and Type | Method and 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)]]]...
|
Modifier and Type | Method and 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:
Certificate Options is a set of bytes that is
[overall length][name(string)][[length of buffer][[length of string][data(string)]]]...
|