Uses of Class
com.ngrok.services.SshCertificateAuthorities.CreateCallBuilder
-
Uses of SshCertificateAuthorities.CreateCallBuilder in com.ngrok.services
Modifier and TypeMethodDescriptionSshCertificateAuthorities.create()
Create a new SSH Certificate Authority See also https://ngrok.com/docs/api#api-ssh-certificate-authorities-create.SshCertificateAuthorities.CreateCallBuilder.description
(String description) human-readable description of this SSH Certificate Authority.SshCertificateAuthorities.CreateCallBuilder.description
(Optional<String> description) human-readable description of this SSH Certificate Authority.SshCertificateAuthorities.CreateCallBuilder.ellipticCurve
(String ellipticCurve) the type of elliptic curve to use when creating an ECDSA keySshCertificateAuthorities.CreateCallBuilder.ellipticCurve
(Optional<String> ellipticCurve) the type of elliptic curve to use when creating an ECDSA keySshCertificateAuthorities.CreateCallBuilder.keySize
(long keySize) the key size to use when creating an RSA key.the key size to use when creating an RSA key.arbitrary user-defined machine-readable data of this SSH Certificate Authority.arbitrary user-defined machine-readable data of this SSH Certificate Authority.SshCertificateAuthorities.CreateCallBuilder.privateKeyType
(String privateKeyType) the type of private key to generate.SshCertificateAuthorities.CreateCallBuilder.privateKeyType
(Optional<String> privateKeyType) the type of private key to generate.