Class ImportCertificateRequest.Builder

    • Constructor Detail

      • Builder

        public Builder​(String vaultBaseUrl,
                       String certificateName,
                       String base64EncodedCertificate)
        The builder for constructing ImportCertificateRequest object.
        Parameters:
        vaultBaseUrl - The vault name, e.g. https://myvault.vault.azure.net
        certificateName - The name of the certificate in the given vault
        base64EncodedCertificate - Base64 encoded representation of the certificate object to import. This certificate needs to contain the private key.