| Package | Description |
|---|---|
| org.apache.sshd.common.config.keys |
| Modifier and Type | Field and Description |
|---|---|
static List<OpenSshCertificate.Type> |
OpenSshCertificate.Type.VALUES |
| Modifier and Type | Method and Description |
|---|---|
static OpenSshCertificate.Type |
OpenSshCertificate.Type.fromCode(int code) |
OpenSshCertificate.Type |
OpenSshCertificate.getType()
Retrieves the type of certificate.
|
OpenSshCertificate.Type |
OpenSshCertificateImpl.getType() |
static OpenSshCertificate.Type |
OpenSshCertificate.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OpenSshCertificate.Type[] |
OpenSshCertificate.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OpenSshCertificateImpl.setType(OpenSshCertificate.Type type) |
Copyright © 2018–2024 The Apache Software Foundation. All rights reserved.