KeyRegistry

Type:  Struct
Abstract:  no
Status:  Active
Java Class:  KeyRegistry
decryptionKeyCode
References: Key Registry.Name
XML Representation: attribute
Attributes:
Default Value
Pattern: CODE
Name of the key in the system.
description
References: Key Registry.Description
XML Representation: attribute
Attributes:
Default Value
Pattern: TEXT
Description of the decryption key.
algorithm
References: Key Registry.Algorithm CL
XML Representation: attribute
Attributes:
Default Value
Reference to the entity that represents selected type of algorithm used for a key registry.
content
References: Key Registry.Content
XML Representation: attribute
Attributes:
Default Value
Pattern: TEXT
Content of the key.
keyStorage
References: Key Registry.Key Storage CL
XML Representation: attribute
Attributes:
Default Value
Reference to the entity that represents available types of key storage.

XML Sample:

<key decryptionKeyCode=""  description=""  algorithm=""  content=""  keyStorage="" />

"<key decryptionKeyCode=\"\" description=\"\" algorithm=\"\" content=\"\" keyStorage=\"\" />"

JSON Sample:

{
  "decryptionKeyCode": "",
  "description": "",
  "algorithm": "",
  "content": "",
  "keyStorage": ""
}

XURL Sample:

?decryptionKeyCode=&description=&algorithm=&content=&keyStorage=&
decryptionKeyCode=
description=
algorithm=
content=
keyStorage=