Class: IControl::Management::KeyCertificate::SecurityType

Inherits:
Base::Enumeration
  • Object
show all
Defined in:
lib/icontrol/management/key_certificate.rb,
lib/icontrol/management/key_certificate.rb

Overview

An enumerated type that will describe the security type being used in the key. You can use this enumeration when creating the key to indicate whether you are creating a normal key, or FIPS-enabled key.

Constant Summary collapse

STYPE_NORMAL =

A normal key.

:STYPE_NORMAL
STYPE_FIPS =

A FIPS-enabled key.

:STYPE_FIPS
STYPE_PASSWORD =

A Password-encrypted key

:STYPE_PASSWORD