fabric_gm_plugins

package module
v0.0.0-...-fe2e807 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 1, 2022 License: Apache-2.0 Imports: 4 Imported by: 0

README

GM-interoperability

  • Home of interoperation tests among pku-gm, tjfoc-gm and ccs-gm

  • Current version for each gm libs. At Dec-31-2020

    lib version
    github.com/Hyperledger-TWGC/ccs-gm master
    github.com/Hyperledger-TWGC/pku-gm v1.0.1
    github.com/Hyperledger-TWGC/tjfoc-gm v1.4.0
    github.com/Hyperledger-TWGC/java-gm master

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type X509Interface

type X509Interface interface {
	NewCertPool() *x509.CertPool
	IsEncryptedPEMBlock(b *pem.Block) bool
	DecryptPEMBlock(b *pem.Block, password []byte) ([]byte, error)
	EncryptPEMBlock(rand io.Reader, blockType string, data, password []byte, alg x509.PEMCipher) (*pem.Block, error) // TODO alg x509.PEMCipher -> alg string
	ParseCertificate(asn1Data []byte) (*x509.Certificate, error)
	CreateCertificate(rand io.Reader, template, parent *x509.Certificate, pub, priv interface{}) (cert []byte, err error)
	ParseCRL(crlBytes []byte) (*pkix.CertificateList, error)
}

* Author: ghostchen47

Directories

Path Synopsis
webassembly module
def Module

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL