Package-level declarations

Types

Link copied to clipboard
data class LongFormPrismDID constructor(val did: DID)

Represents a LongFormPrismDID.

Link copied to clipboard
data class PrismDIDMethodId(value: String)

Represents a Prism DID Method ID.

Link copied to clipboard

Represents a public key for the system.

Functions

Link copied to clipboard

Returns the default ID for the current usage of the PrismDIDPublicKey. This method generates an ID based on the usage enum value.

Link copied to clipboard

Converts a KeyUsage object to a PrismDIDPublicKey.Usage object.

Link copied to clipboard

Generates the identifier for a PrismDIDPublicKey.Usage based on the given index.

Link copied to clipboard

Converts a Secp256k1PublicKey object to a CompressedECKeyData object.

Converts the Usage value of a PrismDIDPublicKey to the corresponding KeyUsage enum value.