Class: Aws::Types::KeyUsage

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#crl_signBoolean

Returns the value of attribute crl_sign.

Returns:

  • (Boolean)


342
343
344
# File 'sig/types.rbs', line 342

def crl_sign
  @crl_sign
end

#data_enciphermentBoolean

Returns the value of attribute data_encipherment.

Returns:

  • (Boolean)


339
340
341
# File 'sig/types.rbs', line 339

def data_encipherment
  @data_encipherment
end

#decipher_onlyBoolean

Returns the value of attribute decipher_only.

Returns:

  • (Boolean)


344
345
346
# File 'sig/types.rbs', line 344

def decipher_only
  @decipher_only
end

#digital_signatureBoolean

Returns the value of attribute digital_signature.

Returns:

  • (Boolean)


336
337
338
# File 'sig/types.rbs', line 336

def digital_signature
  @digital_signature
end

#encipher_onlyBoolean

Returns the value of attribute encipher_only.

Returns:

  • (Boolean)


343
344
345
# File 'sig/types.rbs', line 343

def encipher_only
  @encipher_only
end

#key_agreementBoolean

Returns the value of attribute key_agreement.

Returns:

  • (Boolean)


340
341
342
# File 'sig/types.rbs', line 340

def key_agreement
  @key_agreement
end

#key_cert_signBoolean

Returns the value of attribute key_cert_sign.

Returns:

  • (Boolean)


341
342
343
# File 'sig/types.rbs', line 341

def key_cert_sign
  @key_cert_sign
end

#key_enciphermentBoolean

Returns the value of attribute key_encipherment.

Returns:

  • (Boolean)


338
339
340
# File 'sig/types.rbs', line 338

def key_encipherment
  @key_encipherment
end

#non_repudiationBoolean

Returns the value of attribute non_repudiation.

Returns:

  • (Boolean)


337
338
339
# File 'sig/types.rbs', line 337

def non_repudiation
  @non_repudiation
end