Class: Aws::Types::PrivateKeyAttributesV4

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")


450
451
452
# File 'sig/types.rbs', line 450

def algorithm
  @algorithm
end

#crypto_providers::Array[::String]

Returns the value of attribute crypto_providers.

Returns:

  • (::Array[::String])


451
452
453
# File 'sig/types.rbs', line 451

def crypto_providers
  @crypto_providers
end

#key_spec"KEY_EXCHANGE", "SIGNATURE"

Returns the value of attribute key_spec.

Returns:

  • ("KEY_EXCHANGE", "SIGNATURE")


452
453
454
# File 'sig/types.rbs', line 452

def key_spec
  @key_spec
end

#key_usage_propertyTypes::KeyUsageProperty

Returns the value of attribute key_usage_property.



453
454
455
# File 'sig/types.rbs', line 453

def key_usage_property
  @key_usage_property
end

#minimal_key_length::Integer

Returns the value of attribute minimal_key_length.

Returns:

  • (::Integer)


454
455
456
# File 'sig/types.rbs', line 454

def minimal_key_length
  @minimal_key_length
end