# Functions
DeserializePublicKey creates a PublicKey from a map representation that has been unmarshalled from a text or binary format.
IsOrExtendsPublicKey returns true if the other provided type is the PublicKey type or extends from the PublicKey type.
NewW3IDSecurityV1PublicKey creates a new PublicKey type.
PublicKeyIsDisjointWith returns true if the other provided type is disjoint with the PublicKey type.
PublicKeyIsExtendedBy returns true if the other provided type extends from the PublicKey type.
SetManager sets the manager package-global variable.
SetTypePropertyConstructor sets the "type" property's constructor in the package-global variable.
W3IDSecurityV1PublicKeyExtends returns true if the PublicKey type extends from the other type.
# Structs
A public key represents a public cryptographical key for a user.