tbscertificate

package
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Feb 25, 2022 License: GPL-3.0 Imports: 5 Imported by: 0

Documentation

Overview

Package tbscertificate provides en: structure of the Container representation in the asn.1, methods for this structure

and the decoding function from DER

ru: структуру представления Container в asn.1, методы для этой структуры

и функцию декодирования из DER

asn.1 - Abstract Syntax Notation One (ASN. 1) is a standard interface description language for defining data structures that can be serialized and deserialized in a cross-platform way. It is broadly used in telecommunications and computer networking, and especially in cryptography. https://en.wikipedia.org/wiki/ASN.1

Container (TBS подразумевает To-Be-Signed) — это основное поле сертификата, представляет собой последовательность, содержащую информацию, связанную с субъектом сертификата и центром сертификации, который его выдал. Container содержит данные, которые используются для вычисления подписи сертификата ( цифровой подписи ), которая кодируется с использованием особых правил кодирования ASN.1 ( DER ) X.690 .

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Container

type Container struct {
	Raw                asn1.RawContent
	Version            int `asn1:"optional,explicit,default:0,tag:0"`
	SerialNumber       *big.Int
	SignatureAlgorithm pkix.AlgorithmIdentifier
	Issuer             asn1.RawValue
	Validity           Validity
	Subject            asn1.RawValue
	PublicKeyInfo      publickeyinfo.Container
	UniqueID           asn1.BitString   `asn1:"optional,tag:1"`
	SubjectUniqueID    asn1.BitString   `asn1:"optional,tag:2"`
	Extensions         []pkix.Extension `asn1:"optional,explicit,tag:3"`
}

Container - asn.1 x509Certificate::Container structure RFC5280

type Validity

type Validity struct {
	NotBefore, NotAfter time.Time
}

Directories

Path Synopsis
Package publickeyinfo provides en: structure of the public key representation in the asn.1, methods for this structure and the decoding function from DER ru: структуру представления публичного ключа в asn.1, методы для этой структуры и функцию декодирования из DER asn.1 - Abstract Syntax Notation One (ASN.
Package publickeyinfo provides en: structure of the public key representation in the asn.1, methods for this structure and the decoding function from DER ru: структуру представления публичного ключа в asn.1, методы для этой структуры и функцию декодирования из DER asn.1 - Abstract Syntax Notation One (ASN.

Jump to

Keyboard shortcuts

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