Interface PublicCertificateAuthority.Builder

  • Method Details

    • allowedKeyAlgorithmsWithStrings

      PublicCertificateAuthority.Builder allowedKeyAlgorithmsWithStrings(Collection<String> allowedKeyAlgorithms)

      The key algorithms allowed for certificates issued by this certificate authority.

      Parameters:
      allowedKeyAlgorithms - The key algorithms allowed for certificates issued by this certificate authority.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • allowedKeyAlgorithmsWithStrings

      PublicCertificateAuthority.Builder allowedKeyAlgorithmsWithStrings(String... allowedKeyAlgorithms)

      The key algorithms allowed for certificates issued by this certificate authority.

      Parameters:
      allowedKeyAlgorithms - The key algorithms allowed for certificates issued by this certificate authority.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • allowedKeyAlgorithms

      PublicCertificateAuthority.Builder allowedKeyAlgorithms(Collection<PublicKeyAlgorithm> allowedKeyAlgorithms)

      The key algorithms allowed for certificates issued by this certificate authority.

      Parameters:
      allowedKeyAlgorithms - The key algorithms allowed for certificates issued by this certificate authority.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • allowedKeyAlgorithms

      PublicCertificateAuthority.Builder allowedKeyAlgorithms(PublicKeyAlgorithm... allowedKeyAlgorithms)

      The key algorithms allowed for certificates issued by this certificate authority.

      Parameters:
      allowedKeyAlgorithms - The key algorithms allowed for certificates issued by this certificate authority.
      Returns:
      Returns a reference to this object so that method calls can be chained together.