Uses of Class
com.venafi.vcert.sdk.certificate.PEMCollection
-
Packages that use PEMCollection Package Description com.venafi.vcert.sdk com.venafi.vcert.sdk.certificate com.venafi.vcert.sdk.connectors com.venafi.vcert.sdk.connectors.cloud com.venafi.vcert.sdk.connectors.tpp -
-
Uses of PEMCollection in com.venafi.vcert.sdk
Methods in com.venafi.vcert.sdk that return PEMCollection Modifier and Type Method Description PEMCollectionVCertClient. retrieveCertificate(CertificateRequest request)Retrieves the certificate for the specific IDPEMCollectionVCertTknClient. retrieveCertificate(CertificateRequest request)VedAuth method. -
Uses of PEMCollection in com.venafi.vcert.sdk.certificate
Methods in com.venafi.vcert.sdk.certificate that return PEMCollection Modifier and Type Method Description static PEMCollectionPEMCollection. fromResponse(String body, ChainOption chainOption, PrivateKey privateKey, String privateKeyPassword) -
Uses of PEMCollection in com.venafi.vcert.sdk.connectors
Methods in com.venafi.vcert.sdk.connectors that return PEMCollection Modifier and Type Method Description PEMCollectionConnector. retrieveCertificate(CertificateRequest request)Retrieves the certificate for the specific IDPEMCollectionTokenConnector. retrieveCertificate(CertificateRequest request)VedAuth method. -
Uses of PEMCollection in com.venafi.vcert.sdk.connectors.cloud
Methods in com.venafi.vcert.sdk.connectors.cloud that return PEMCollection Modifier and Type Method Description static PEMCollectionCloudConnectorUtils. getPEMCollectionFromKeyStoreAsStream(InputStream keyStoreAsInputStream, ChainOption chainOption, String keyPassword)PEMCollectionCloudConnector. retrieveCertificate(CertificateRequest request) -
Uses of PEMCollection in com.venafi.vcert.sdk.connectors.tpp
Methods in com.venafi.vcert.sdk.connectors.tpp that return PEMCollection Modifier and Type Method Description PEMCollectionTppConnector. retrieveCertificate(CertificateRequest request)PEMCollectionTppTokenConnector. retrieveCertificate(CertificateRequest request)
-