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.Type
OpenSshCertificateBuilder. type
Constructors 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
Fields in org.apache.sshd.common.config.keys with type parameters of type OpenSshCertificate.Type Modifier and Type Field Description static java.util.List<OpenSshCertificate.Type>
OpenSshCertificate.Type. VALUES
Methods in org.apache.sshd.common.config.keys that return OpenSshCertificate.Type Modifier and Type Method Description static OpenSshCertificate.Type
OpenSshCertificate.Type. fromCode(int code)
OpenSshCertificate.Type
OpenSshCertificate. getType()
Retrieves the type of certificate.OpenSshCertificate.Type
OpenSshCertificateImpl. getType()
static OpenSshCertificate.Type
OpenSshCertificate.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 void
OpenSshCertificateImpl. setType(OpenSshCertificate.Type type)
-