Class PrivateCertificatePrototype.Builder

    • Constructor Detail

      • Builder

        public Builder​(SecretPrototype privateCertificatePrototype)
        Instantiates a new Builder from an existing PrivateCertificatePrototype instance.
        Parameters:
        privateCertificatePrototype - the instance to initialize the Builder with
      • Builder

        public Builder()
        Instantiates a new builder.
      • Builder

        public Builder​(String secretType,
                       String name,
                       String certificateTemplate,
                       String commonName)
        Instantiates a new builder with required properties.
        Parameters:
        secretType - the secretType
        name - the name
        certificateTemplate - the certificateTemplate
        commonName - the commonName