PrismDIDPublicKey

Represents a public key for the system.

Constructors

Link copied to clipboard
constructor(apollo: Apollo, id: String, usage: PrismDIDPublicKey.Usage, keyData: PublicKey)

Represents a PrismDIDPublicKey.

constructor(apollo: Apollo, proto: PublicKey)

Constructs a PrismDIDPublicKey object.

Types

Link copied to clipboard

Enumeration representing the possible usages of a public key.

Properties

Link copied to clipboard
val id: String

The ID of the public key.

Link copied to clipboard

The actual public key data.

Link copied to clipboard

The intended usage of the public key.

Functions

Link copied to clipboard

Converts the PublicKey object to a Protobuf PublicKey object.