Uses of Enum
org.apache.sshd.common.config.keys.OpenSshCertificate.Type
Packages that use OpenSshCertificate.Type
-
Uses of OpenSshCertificate.Type in org.apache.sshd.certificate
Fields in org.apache.sshd.certificate declared as OpenSshCertificate.TypeModifier and TypeFieldDescriptionprotected final OpenSshCertificate.Type
OpenSshCertificateBuilder.type
Constructors in org.apache.sshd.certificate with parameters of type OpenSshCertificate.Type -
Uses of OpenSshCertificate.Type in org.apache.sshd.common.config.keys
Fields in org.apache.sshd.common.config.keys with type parameters of type OpenSshCertificate.TypeModifier and TypeFieldDescriptionstatic final List<OpenSshCertificate.Type>
OpenSshCertificate.Type.VALUES
Methods in org.apache.sshd.common.config.keys that return OpenSshCertificate.TypeModifier and TypeMethodDescriptionstatic OpenSshCertificate.Type
OpenSshCertificate.Type.fromCode
(int code) OpenSshCertificate.getType()
Retrieves the type of certificate.OpenSshCertificateImpl.getType()
static OpenSshCertificate.Type
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.Methods in org.apache.sshd.common.config.keys with parameters of type OpenSshCertificate.TypeModifier and TypeMethodDescriptionvoid
OpenSshCertificateImpl.setType
(OpenSshCertificate.Type type)