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 ID -
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)Deprecated.UsefromStringPEMCollection(String, ChainOption, PrivateKey, String)instead of it.static PEMCollectionPEMCollection. fromStringPEMCollection(String stringPemCollection, ChainOption chainOption, PrivateKey privateKey, String privateKeyPassword)static PEMCollectionPEMCollection. fromStringPEMCollection(String stringPemCollection, ChainOption chainOption, PrivateKey privateKey, String privateKeyPassword, DataFormat dataFormat) -
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 ID -
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, String certId, ChainOption chainOption, String keyPassword, DataFormat dataFormat)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)
-