Uses of Class
org.apache.sshd.common.config.keys.OpenSshCertificate.Type
-
Packages that use OpenSshCertificate.Type Package Description org.apache.sshd.common.config.keys -
-
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.Type Modifier and Type Field Description static List<OpenSshCertificate.Type>OpenSshCertificate.Type. VALUESMethods in org.apache.sshd.common.config.keys that return OpenSshCertificate.Type Modifier and Type Method Description static OpenSshCertificate.TypeOpenSshCertificate.Type. fromCode(int code)OpenSshCertificate.TypeOpenSshCertificate. getType()Retrieves the type of certificate.OpenSshCertificate.TypeOpenSshCertificateImpl. getType()static OpenSshCertificate.TypeOpenSshCertificate.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.Methods in org.apache.sshd.common.config.keys with parameters of type OpenSshCertificate.Type Modifier and Type Method Description voidOpenSshCertificateImpl. setType(OpenSshCertificate.Type type)
-