Uses of Class
org.apache.sshd.common.config.keys.OpenSshCertificate.Type
-
Packages that use OpenSshCertificate.Type Package Description org.apache.sshd.certificate org.apache.sshd.common.config.keys -
-
Uses of OpenSshCertificate.Type in org.apache.sshd.certificate
Fields in org.apache.sshd.certificate declared as OpenSshCertificate.Type Modifier and Type Field Description protected OpenSshCertificate.TypeOpenSshCertificateBuilder. typeConstructors in org.apache.sshd.certificate with parameters of type OpenSshCertificate.Type Constructor Description OpenSshCertificateBuilder(OpenSshCertificate.Type type) -
Uses of OpenSshCertificate.Type in org.apache.sshd.common.config.keys
Methods 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(java.lang.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)
-