Class: Aws::Types::CertificateAuthorityConfiguration

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#csr_extensionsTypes::CsrExtensions

Returns the value of attribute csr_extensions.



71
72
73
# File 'sig/types.rbs', line 71

def csr_extensions
  @csr_extensions
end

#key_algorithm"RSA_2048", ...

Returns the value of attribute key_algorithm.

Returns:

  • ("RSA_2048", "RSA_3072", "RSA_4096", "EC_prime256v1", "EC_secp384r1", "EC_secp521r1", "ML_DSA_44", "ML_DSA_65", "ML_DSA_87", "SM2")


68
69
70
# File 'sig/types.rbs', line 68

def key_algorithm
  @key_algorithm
end

#signing_algorithm"SHA256WITHECDSA", ...

Returns the value of attribute signing_algorithm.

Returns:

  • ("SHA256WITHECDSA", "SHA384WITHECDSA", "SHA512WITHECDSA", "SHA256WITHRSA", "SHA384WITHRSA", "SHA512WITHRSA", "SHA256WITHRSA_PSS", "SHA384WITHRSA_PSS", "SHA512WITHRSA_PSS", "SM3WITHSM2", "ML_DSA_44", "ML_DSA_65", "ML_DSA_87")


69
70
71
# File 'sig/types.rbs', line 69

def signing_algorithm
  @signing_algorithm
end

#subjectTypes::ASN1Subject

Returns the value of attribute subject.

Returns:



70
71
72
# File 'sig/types.rbs', line 70

def subject
  @subject
end