Package | Description |
---|---|
org.apache.sshd.certificate | |
org.apache.sshd.common.config.keys |
Modifier and Type | Field and Description |
---|---|
protected OpenSshCertificate.Type |
OpenSshCertificateBuilder.type |
Constructor and Description |
---|
OpenSshCertificateBuilder(OpenSshCertificate.Type type) |
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 |
OpenSshCertificateImpl.getType() |
OpenSshCertificate.Type |
OpenSshCertificate.getType()
Retrieves the type of certificate.
|
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 © 2008–2024 The Apache Software Foundation. All rights reserved.