Uses of Enum Class
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.TypeOpenSshCertificateBuilder.typeConstructors in org.apache.sshd.certificate with parameters of type OpenSshCertificate.Type -
Uses of OpenSshCertificate.Type in org.apache.sshd.common.config.keys
Methods in org.apache.sshd.common.config.keys that return OpenSshCertificate.TypeModifier and TypeMethodDescriptionstatic OpenSshCertificate.TypeOpenSshCertificate.Type.fromCode(int code) OpenSshCertificate.getType()Retrieves the type of certificate.OpenSshCertificateImpl.getType()static OpenSshCertificate.TypeReturns the enum constant of this class with the specified name.static OpenSshCertificate.Type[]OpenSshCertificate.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.sshd.common.config.keys with parameters of type OpenSshCertificate.TypeModifier and TypeMethodDescriptionvoidOpenSshCertificateImpl.setType(OpenSshCertificate.Type type)