PublicKey
Defined in: packages/agent/src/auth.ts:27
A Public Key implementation.
Properties
Section titled “Properties”derKey?
Section titled “derKey?”
optionalderKey:DerEncodedPublicKey
Defined in: packages/agent/src/auth.ts:32
rawKey?
Section titled “rawKey?”
optionalrawKey:Uint8Array<ArrayBufferLike>
Defined in: packages/agent/src/auth.ts:31
Methods
Section titled “Methods”toDer()
Section titled “toDer()”toDer():
DerEncodedPublicKey
Defined in: packages/agent/src/auth.ts:28
Returns
Section titled “Returns”toRaw()?
Section titled “toRaw()?”
optionaltoRaw():Uint8Array
Defined in: packages/agent/src/auth.ts:30
Returns
Section titled “Returns”Uint8Array