Class CertificateAuthority
Constructors
constructor
- new CertificateAuthority(options): CertificateAuthority
Accessors
config
- get config(): Configuration
rootCert
- get rootCert(): Uint8Array
Returns Uint8Array
Methods
generateNoc
- generateNoc(publicKey, fabricId, nodeId, caseAuthenticatedTags?): Uint8Array
Returns Uint8Array
Static
[create]
- [create](env): CertificateAuthority
Static
create
- create(options): Promise<CertificateAuthority>
Manages the root key pair for a fabric owned by a local node.