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.TypeOpenSshCertificateBuilder.typeConstructors 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.VALUESMethods 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 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 TypeMethodDescriptionvoidOpenSshCertificateImpl.setType(OpenSshCertificate.Type type)