Uses of Class
com.venafi.vcert.sdk.VCertException
-
-
Uses of VCertException in com.venafi.vcert.sdk
Methods in com.venafi.vcert.sdk that return VCertException Modifier and Type Method Description static VCertExceptionVCertException. fromFeignException(feign.FeignException feignException)Methods in com.venafi.vcert.sdk that throw VCertException Modifier and Type Method Description voidVCertClient. authenticate(Authentication credentials)This is the default implementation which provides a mechanism to authenticate the credentials provided in theAuthenticationobject.voidVCertClient. authorize(Authentication credentials)Performs the authorization actions using the credentials provided.protected ConnectorVCertClient. createConnector(Config config)protected ConnectorVCertTknClient. createConnector(Config config)CertificateRequestVCertClient. generateRequest(ZoneConfiguration config, CertificateRequest request)GenerateRequest creates a new certificate request, based on the zone/policy configuration and the user dataTokenInfoVCertTknClient. getAccessToken()TokenInfoVCertTknClient. getAccessToken(Authentication auth)PolicySpecificationVCertClient. getPolicy(String policyName)Returns the policySpecification from the policy which matches with the policyName argument.TokenInfoVCertTknClient. getTokenInfo()ImportResponseVCertClient. importCertificate(ImportRequest request)Import an external certificate into Venafi.static ConfigConfig. loadConfigFromFile(Path path)voidVCertClient. ping()Attempt to connect the Venafi API and returns an error if it cannotPolicyVCertClient. readPolicyConfiguration(String zone)Reads the policy configuration for a specific zone in VenafiZoneConfigurationVCertClient. readZoneConfiguration(String zone)Reads the zone configuration needed for generating and requesting a certificateTokenInfoVCertTknClient. refreshAccessToken(String applicationId)StringVCertClient. renewCertificate(RenewalRequest request)Attempts to renew a certificateStringVCertClient. requestCertificate(CertificateRequest request, ZoneConfiguration zoneConfiguration)Submits the CSR to Venafi for processingStringVCertClient. requestCertificate(CertificateRequest request, String zone)StringVCertClient. requestSshCertificate(SshCertificateRequest sshCertificateRequest)PEMCollectionVCertClient. retrieveCertificate(CertificateRequest request)Retrieves the certificate for the specific IDSshCertRetrieveDetailsVCertClient. retrieveSshCertificate(SshCertificateRequest sshCertificateRequest)SshConfigVCertClient. retrieveSshConfig(SshCaTemplateRequest sshCaTemplateRequest)intVCertTknClient. revokeAccessToken()voidVCertClient. revokeCertificate(RevocationRequest request)Attempts to revoke a certificatevoidVCertClient. setBaseUrl(String url)Method not implemented yet.voidVCertClient. setPolicy(String policyName, PolicySpecification policySpecification)Create/update a policy based on the policySpecification passed as argument.static voidVCertException. throwIfNull(Object testee, String message)Constructors in com.venafi.vcert.sdk that throw VCertException Constructor Description VCertClient(Config config)VCertTknClient(Config config) -
Uses of VCertException in com.venafi.vcert.sdk.certificate
Methods in com.venafi.vcert.sdk.certificate that throw VCertException Modifier and Type Method Description booleanCertificateRequest. checkCertificate(Certificate certificate)static PEMCollectionPEMCollection. fromResponse(String body, ChainOption chainOption, PrivateKey privateKey, String privateKeyPassword)Deprecated.static PEMCollectionPEMCollection. fromStringPEMCollection(String stringPemCollection, ChainOption chainOption, PrivateKey privateKey, String privateKeyPassword)static PEMCollectionPEMCollection. fromStringPEMCollection(String stringPemCollection, ChainOption chainOption, PrivateKey privateKey, String privateKeyPassword, DataFormat dataFormat)voidCertificateRequest. generateCSR()voidCertificateRequest. generatePrivateKey()X500PrincipalCertificateRequest.PKIXName. toX500Principal() -
Uses of VCertException in com.venafi.vcert.sdk.connectors
Methods in com.venafi.vcert.sdk.connectors that throw VCertException Modifier and Type Method Description default voidConnector. authenticate(Authentication credentials)This is the default implementation which provides a mechanism to authenticate the credentials provided in theAuthenticationobject.voidConnector. authorize(Authentication credentials)Performs the authorization actions using the credentials provided.CertificateRequestConnector. generateRequest(ZoneConfiguration config, CertificateRequest request)GenerateRequest creates a new certificate request, based on the zone/policy configuration and the user dataTokenInfoTokenConnector. getAccessToken()returns a new access token.TokenInfoTokenConnector. getAccessToken(Authentication auth)returns a new access token.PolicySpecificationIPMConnector. getPolicy(String policyName)Returns the policySpecification from the policy which matches with the policyName argument.TokenInfoTokenConnector. getTokenInfo()ImportResponseConnector. importCertificate(ImportRequest request)Import an external certificate into Venafi.voidConnector. ping()Attempt to connect the Venafi API and returns an error if it cannotPolicyIPMConnector. readPolicyConfiguration(String zone)Reads the policy configuration for a specific zone in VenafiZoneConfigurationConnector. readZoneConfiguration(String zone)Reads the zone configuration needed for generating and requesting a certificateTokenInfoTokenConnector. refreshAccessToken(String applicationId)this is for refreshing a token.StringConnector. renewCertificate(RenewalRequest request)Attempts to renew a certificateStringConnector. requestCertificate(CertificateRequest request, ZoneConfiguration zoneConfiguration)Submits the CSR to Venafi for processingStringConnector. requestCertificate(CertificateRequest request, String zone)Submits the CSR to Venafi for processingStringISSHConnector. requestSshCertificate(SshCertificateRequest sshCertificateRequest)Request a new SSH Certificate.PEMCollectionConnector. retrieveCertificate(CertificateRequest request)Retrieves the certificate for the specific IDSshCertRetrieveDetailsISSHConnector. retrieveSshCertificate(SshCertificateRequest sshCertificateRequest)Retrieve a requested SSH CertificateSshConfigISSHConnector. retrieveSshConfig(SshCaTemplateRequest sshCaTemplateRequest)Retrieve theSshConfigof the CA specified in theSshCaTemplateRequest.intTokenConnector. revokeAccessToken()voidConnector. revokeCertificate(RevocationRequest request)Attempts to revoke a certificatevoidConnector. setBaseUrl(String url)Allows overriding the default URL used to communicate with VenafivoidIPMConnector. setPolicy(String policyName, PolicySpecification policySpecification)Create/update a policy based on the policySpecification passed as argument.booleanZoneConfiguration. validateCertificateRequest(CertificateRequest request) -
Uses of VCertException in com.venafi.vcert.sdk.connectors.cloud
Methods in com.venafi.vcert.sdk.connectors.cloud that throw VCertException Modifier and Type Method Description voidCloudConnector. authorize(Authentication credentials)Performs the authorization actions using the credentials provided.static CloudConnector.CsrAttributesCloudConnectorUtils. buildCsrAttributes(CertificateRequest request, PolicySpecification policySpecification)StringCloudConnector. certificateAsPem(String requestId)Deprecated.static StringCloudConnectorUtils. createCIT(CertificateIssuingTemplate cit, String apiKey, Cloud cloud)CertificateRequestCloudConnector. generateRequest(ZoneConfiguration zoneConfig, CertificateRequest request)static CloudConnectorUtils.CAAccountInfoCloudConnectorUtils. getCAAccountInfo(CloudPolicy.CAInfo caInfo, String apiKey, Cloud cloud)static CertificateIssuingTemplateCloudConnectorUtils. getCIT(String citName, String apiKey, Cloud cloud)static CloudPolicyCloudConnectorUtils. getCloudPolicy(String policyName, String apiKey, Cloud cloud)static PEMCollectionCloudConnectorUtils. getPEMCollectionFromKeyStoreAsStream(InputStream keyStoreAsInputStream, String certId, ChainOption chainOption, String keyPassword, DataFormat dataFormat)PolicySpecificationCloudConnector. getPolicy(String policyName)ImportResponseCloudConnector. importCertificate(ImportRequest request)voidCloudConnector. ping()PolicyCloudConnector. readPolicyConfiguration(String zone)ZoneConfigurationCloudConnector. readZoneConfiguration(String zone)StringCloudConnector. renewCertificate(RenewalRequest request)StringCloudConnector. requestCertificate(CertificateRequest request, ZoneConfiguration zoneConfiguration)StringCloudConnector. requestCertificate(CertificateRequest request, String zone)StringCloudConnector. requestSshCertificate(SshCertificateRequest sshCertificateRequest)PEMCollectionCloudConnector. retrieveCertificate(CertificateRequest request)SshCertRetrieveDetailsCloudConnector. retrieveSshCertificate(SshCertificateRequest sshCertificateRequest)SshConfigCloudConnector. retrieveSshConfig(SshCaTemplateRequest sshCaTemplateRequest)voidCloudConnector. revokeCertificate(RevocationRequest request)voidCloudConnector. setBaseUrl(String url)static voidCloudConnectorUtils. setCit(String policyName, CertificateIssuingTemplate cit, CloudPolicy.CAInfo caInfo, String[] usersList, String apiKey, Cloud cloud)static voidCloudConnectorUtils. setCitToApp(String policyName, CertificateIssuingTemplate cit, String[] usersList, String apiKey, Cloud cloud)voidCloudConnector. setPolicy(String policyName, PolicySpecification policySpecification) -
Uses of VCertException in com.venafi.vcert.sdk.connectors.cloud.domain
Constructors in com.venafi.vcert.sdk.connectors.cloud.domain that throw VCertException Constructor Description CloudZone(String zone) -
Uses of VCertException in com.venafi.vcert.sdk.connectors.tpp
Methods in com.venafi.vcert.sdk.connectors.tpp that throw VCertException Modifier and Type Method Description voidTppConnector. authorize(Authentication credentials)Performs the authorization actions using the credentials provided.voidTppTokenConnector. authorize(Authentication credentials)Performs the authorization actions using the credentials provided.static voidTppConnectorUtils. clearPolicyAttribute(String dn, String attributeName, TppAPI tppAPI)static SshCertRetrieveDetailsTppConnectorUtils. convertToSshCertRetrieveDetails(TppSshCertRetrieveResponse tppSshCertRetrieveResponse)static TppSshCertRequestTppConnectorUtils. convertToTppSshCertReq(SshCertificateRequest sshCertificateRequest)static TppSshCertRetrieveRequestTppConnectorUtils. convertToTppSshCertRetReq(SshCertificateRequest sshCertificateRequest)static voidTppConnectorUtils. createPolicy(String dn, TppAPI tppAPI)static booleanTppConnectorUtils. dnExist(String dn, TppAPI tppAPI)DNIsValidResponseTppAPI. dnIsValid(DNIsValidRequest request)CertificateRequestTppConnector. generateRequest(ZoneConfiguration config, CertificateRequest request)TokenInfoTppTokenConnector. getAccessToken()TokenInfoTppTokenConnector. getAccessToken(Authentication auth)PolicySpecificationTppConnector. getPolicy(String policyName)TokenInfoTppTokenConnector. getTokenInfo()IdentityEntryAbstractTppConnector. getTPPIdentity(String username)TPPPolicyAbstractTppConnector. getTPPPolicy(String policyName)ImportResponseTppConnector. importCertificate(ImportRequest request)voidTppConnector. ping()static TPPPolicyTppConnectorUtils. populatePolicy(TPPPolicy tppPolicy, TppAPI tppAPI)protected AbstractTppConnector.CertificateRequestsPayloadTppConnector. prepareRequest(CertificateRequest request, String zone)PolicyTppConnector. readPolicyConfiguration(String zone)ZoneConfigurationTppConnector. readZoneConfiguration(String zone)TokenInfoTppTokenConnector. refreshAccessToken(String clientId)StringTppConnector. renewCertificate(RenewalRequest request)StringTppConnector. requestCertificate(CertificateRequest request, ZoneConfiguration zoneConfiguration)StringTppConnector. requestCertificate(CertificateRequest request, String zone)StringTppConnector. requestSshCertificate(SshCertificateRequest sshCertificateRequest)protected TppSshCertRequestResponseAbstractTppConnector. requestTppSshCertificate(SshCertificateRequest sshCertificateRequest)static voidTppConnectorUtils. resetAttributes(String policyName, TppAPI tppAPI)protected String[]AbstractTppConnector. resolveTPPContacts(String[] contacts)PEMCollectionTppConnector. retrieveCertificate(CertificateRequest request)SshCertRetrieveDetailsTppConnector. retrieveSshCertificate(SshCertificateRequest sshCertificateRequest)SshConfigTppConnector. retrieveSshConfig(SshCaTemplateRequest sshCaTemplateRequest)protected SshCertRetrieveDetailsAbstractTppConnector. retrieveTppSshCertificate(SshCertificateRequest sshCertificateRequest)protected SshConfigAbstractTppConnector. retrieveTppSshConfig(SshCaTemplateRequest sshCaTemplateRequest)intTppTokenConnector. revokeAccessToken()voidTppConnector. revokeCertificate(RevocationRequest request)voidTppConnector. setBaseUrl(String url)voidAbstractTppConnector. setPolicy(String policyName, TPPPolicy tppPolicy)voidTppConnector. setPolicy(String policyName, PolicySpecification policySpecification)static voidTppConnectorUtils. setPolicyAttribute(String dn, String attributeName, Object[] values, boolean locked, TppAPI tppAPI)static voidTppConnectorUtils. setPolicyAttributes(TPPPolicy tppPolicy, TppAPI tppAPI)
-