| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.PaymentCryptography.Key
Documentation
data KeyModesOfUseProperty Source #
Constructors
| KeyModesOfUseProperty | |
Fields | |
Instances
data KeyAttributesProperty Source #
Constructors
| KeyAttributesProperty | |
Fields
| |
Instances
| ToJSON KeyAttributesProperty Source # | |||||
Defined in Stratosphere.PaymentCryptography.Key.KeyAttributesProperty Methods toJSON :: KeyAttributesProperty -> Value # toEncoding :: KeyAttributesProperty -> Encoding # toJSONList :: [KeyAttributesProperty] -> Value # toEncodingList :: [KeyAttributesProperty] -> Encoding # omitField :: KeyAttributesProperty -> Bool # | |||||
| Show KeyAttributesProperty Source # | |||||
Defined in Stratosphere.PaymentCryptography.Key.KeyAttributesProperty Methods showsPrec :: Int -> KeyAttributesProperty -> ShowS # show :: KeyAttributesProperty -> String # showList :: [KeyAttributesProperty] -> ShowS # | |||||
| Eq KeyAttributesProperty Source # | |||||
Defined in Stratosphere.PaymentCryptography.Key.KeyAttributesProperty Methods (==) :: KeyAttributesProperty -> KeyAttributesProperty -> Bool # (/=) :: KeyAttributesProperty -> KeyAttributesProperty -> Bool # | |||||
| ToResourceProperties KeyAttributesProperty Source # | |||||
| Property "KeyAlgorithm" KeyAttributesProperty Source # | |||||
Defined in Stratosphere.PaymentCryptography.Key.KeyAttributesProperty Associated Types
Methods set :: PropertyType "KeyAlgorithm" KeyAttributesProperty -> KeyAttributesProperty -> KeyAttributesProperty # | |||||
| Property "KeyClass" KeyAttributesProperty Source # | |||||
Defined in Stratosphere.PaymentCryptography.Key.KeyAttributesProperty Associated Types
Methods set :: PropertyType "KeyClass" KeyAttributesProperty -> KeyAttributesProperty -> KeyAttributesProperty # | |||||
| Property "KeyModesOfUse" KeyAttributesProperty Source # | |||||
Defined in Stratosphere.PaymentCryptography.Key.KeyAttributesProperty Associated Types
Methods set :: PropertyType "KeyModesOfUse" KeyAttributesProperty -> KeyAttributesProperty -> KeyAttributesProperty # | |||||
| Property "KeyUsage" KeyAttributesProperty Source # | |||||
Defined in Stratosphere.PaymentCryptography.Key.KeyAttributesProperty Associated Types
Methods set :: PropertyType "KeyUsage" KeyAttributesProperty -> KeyAttributesProperty -> KeyAttributesProperty # | |||||
| type PropertyType "KeyAlgorithm" KeyAttributesProperty Source # | |||||
| type PropertyType "KeyClass" KeyAttributesProperty Source # | |||||
| type PropertyType "KeyModesOfUse" KeyAttributesProperty Source # | |||||
| type PropertyType "KeyUsage" KeyAttributesProperty Source # | |||||
mkKeyAttributesProperty :: Value Text -> Value Text -> KeyModesOfUseProperty -> Value Text -> KeyAttributesProperty Source #
Constructors
| Key | |
Fields
| |
Instances
| ToJSON Key Source # | |||||
| Show Key Source # | |||||
| Eq Key Source # | |||||
| ToResourceProperties Key Source # | |||||
Defined in Stratosphere.PaymentCryptography.Key Methods | |||||
| Property "DeriveKeyUsage" Key Source # | |||||
Defined in Stratosphere.PaymentCryptography.Key Associated Types
| |||||
| Property "Enabled" Key Source # | |||||
Defined in Stratosphere.PaymentCryptography.Key Associated Types
| |||||
| Property "Exportable" Key Source # | |||||
Defined in Stratosphere.PaymentCryptography.Key Associated Types
| |||||
| Property "KeyAttributes" Key Source # | |||||
Defined in Stratosphere.PaymentCryptography.Key Associated Types
| |||||
| Property "KeyCheckValueAlgorithm" Key Source # | |||||
Defined in Stratosphere.PaymentCryptography.Key Associated Types
| |||||
| Property "Tags" Key Source # | |||||
Defined in Stratosphere.PaymentCryptography.Key Associated Types
| |||||
| type PropertyType "DeriveKeyUsage" Key Source # | |||||
Defined in Stratosphere.PaymentCryptography.Key | |||||
| type PropertyType "Enabled" Key Source # | |||||
Defined in Stratosphere.PaymentCryptography.Key | |||||
| type PropertyType "Exportable" Key Source # | |||||
Defined in Stratosphere.PaymentCryptography.Key | |||||
| type PropertyType "KeyAttributes" Key Source # | |||||
Defined in Stratosphere.PaymentCryptography.Key | |||||
| type PropertyType "KeyCheckValueAlgorithm" Key Source # | |||||
Defined in Stratosphere.PaymentCryptography.Key | |||||
| type PropertyType "Tags" Key Source # | |||||
Defined in Stratosphere.PaymentCryptography.Key | |||||