ListKeys

Lists all keys belonging to the application. Opcode: 26 (0x001A)

Parameters

No parameters are needed for this operation.

Results

NameTypeDescription
keysVector of KeyInfoList of key information

KeyInfo type

A KeyInfo type contains the following members:

NameTypeDescription
provider_idUnsigned integerID of the provider holding the key
nameStringName of the key
attributesKeyAttributesAttributes of the key

Specific response status codes

No specific response status codes returned.

Description

This operation lists all the keys that an application created in all providers.

Contract

Protobuf

Copyright 2020 Contributors to the Parsec project.