Prism DIDPublic Key
Represents a PrismDIDPublicKey.
Parameters
apollo
The cryptography suite representation.
id
The ID of the public key.
usage
The usage of the public key.
key Data
The actual public key data.
Constructs a PrismDIDPublicKey object.
Parameters
apollo
The Apollo object used for cryptographic operations in the Atala PRISM.
proto
The protobuf representation of the public key.
Throws
if the encoding of the key is invalid.