UNPKG

@microsoft/useragent-sdk

Version:

SDK for building decentralized identity wallets and enterprise agents.

9 lines (8 loc) 176 B
import JsonWebKey from './JsonWebKey'; /** * Represents an OCT key * @class * @extends JsonWebKey */ export default abstract class SecretKey extends JsonWebKey { }