Uses of Class
com.venafi.vcert.sdk.certificate.ChainOption
-
Packages that use ChainOption Package Description com.venafi.vcert.sdk.certificate com.venafi.vcert.sdk.connectors.cloud -
-
Uses of ChainOption in com.venafi.vcert.sdk.certificate
Methods in com.venafi.vcert.sdk.certificate that return ChainOption Modifier and Type Method Description ChainOptionCertificateRequest. chainOption()static ChainOptionChainOption. fromString(String order)static ChainOptionChainOption. valueOf(String name)Returns the enum constant of this type with the specified name.static ChainOption[]ChainOption. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.venafi.vcert.sdk.certificate with parameters of type ChainOption Modifier and Type Method Description 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) -
Uses of ChainOption in com.venafi.vcert.sdk.connectors.cloud
Methods in com.venafi.vcert.sdk.connectors.cloud with parameters of type ChainOption Modifier and Type Method Description static PEMCollectionCloudConnectorUtils. getPEMCollectionFromKeyStoreAsStream(InputStream keyStoreAsInputStream, String certId, ChainOption chainOption, String keyPassword, DataFormat dataFormat)static StringCloudConnectorUtils. getVaaSChainOption(ChainOption chainOption)
-