Uses of Class
com.venafi.vcert.sdk.certificate.SshConfig
-
Packages that use SshConfig Package Description com.venafi.vcert.sdk com.venafi.vcert.sdk.connectors com.venafi.vcert.sdk.connectors.cloud com.venafi.vcert.sdk.connectors.tpp -
-
Uses of SshConfig in com.venafi.vcert.sdk
Methods in com.venafi.vcert.sdk that return SshConfig Modifier and Type Method Description SshConfigVCertClient. retrieveSshConfig(SshCaTemplateRequest sshCaTemplateRequest)SshConfigVCertTknClient. retrieveSshConfig(SshCaTemplateRequest sshCaTemplateRequest) -
Uses of SshConfig in com.venafi.vcert.sdk.connectors
Methods in com.venafi.vcert.sdk.connectors that return SshConfig Modifier and Type Method Description SshConfigConnector. retrieveSshConfig(SshCaTemplateRequest sshCaTemplateRequest)Retrieve theSshConfigof the CA specified in theSshCaTemplateRequest.SshConfigTokenConnector. retrieveSshConfig(SshCaTemplateRequest sshCaTemplateRequest)Retrieve theSshConfigof the CA specified in theSshCaTemplateRequest. -
Uses of SshConfig in com.venafi.vcert.sdk.connectors.cloud
Methods in com.venafi.vcert.sdk.connectors.cloud that return SshConfig Modifier and Type Method Description SshConfigCloudConnector. retrieveSshConfig(SshCaTemplateRequest sshCaTemplateRequest) -
Uses of SshConfig in com.venafi.vcert.sdk.connectors.tpp
Methods in com.venafi.vcert.sdk.connectors.tpp that return SshConfig Modifier and Type Method Description SshConfigTppConnector. retrieveSshConfig(SshCaTemplateRequest sshCaTemplateRequest)SshConfigTppTokenConnector. retrieveSshConfig(SshCaTemplateRequest sshCaTemplateRequest)protected SshConfigAbstractTppConnector. retrieveTppSshConfig(SshCaTemplateRequest sshCaTemplateRequest)
-