keyRepositoryElement element

Type: keyRepositoryElementInfo
Namespace: (default namespace)
XML Schema: ns0.xsd

Example XML

<?xml version="1.0" encoding="UTF-8"?> <keyRepositoryElement> <keyInfo> <algorithm>...</algorithm> <keySize>...</keySize> <keyInfoFormatted>...</keyInfoFormatted> </keyInfo> <id>...</id> <namespace>...</namespace> <description>...</description> <owner>...</owner> <creationTimestamp>...</creationTimestamp> <creationTimestampFormatted>...</creationTimestampFormatted> <lastModifiedTimestamp>...</lastModifiedTimestamp> <lastModifiedTimestampFormatted>...</lastModifiedTimestampFormatted> </keyRepositoryElement>

Example JSON

{ "keyInfo" : { "algorithm" : "ELGAMAL", "keySize" : ..., "keyInfoFormatted" : "..." }, "id" : ..., "namespace" : "...", "description" : "...", "owner" : "...", "creationTimestamp" : "...", "creationTimestampFormatted" : "...", "lastModifiedTimestamp" : "...", "lastModifiedTimestampFormatted" : "..." }