Class: Aws::Types::PrivateKeyAttributesV3

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#algorithm"RSA", ...

Returns the value of attribute algorithm.

Returns:

  • ("RSA", "ECDH_P256", "ECDH_P384", "ECDH_P521")


441
442
443
# File 'sig/types.rbs', line 441

def algorithm
  @algorithm
end

#crypto_providers::Array[::String]

Returns the value of attribute crypto_providers.

Returns:

  • (::Array[::String])


442
443
444
# File 'sig/types.rbs', line 442

def crypto_providers
  @crypto_providers
end

#key_spec"KEY_EXCHANGE", "SIGNATURE"

Returns the value of attribute key_spec.

Returns:

  • ("KEY_EXCHANGE", "SIGNATURE")


443
444
445
# File 'sig/types.rbs', line 443

def key_spec
  @key_spec
end

#key_usage_propertyTypes::KeyUsageProperty

Returns the value of attribute key_usage_property.



444
445
446
# File 'sig/types.rbs', line 444

def key_usage_property
  @key_usage_property
end

#minimal_key_length::Integer

Returns the value of attribute minimal_key_length.

Returns:

  • (::Integer)


445
446
447
# File 'sig/types.rbs', line 445

def minimal_key_length
  @minimal_key_length
end