package
Version:
v0.0.0-...-55632d2
Opens a new window with list of versions in this module.
Published: Nov 3, 2020
License: MIT
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func DumpData(i interface{}, pad int, writer io.Writer)
DumpData dumps any structure as colon padded data to the terminal, mainly
used to dump (long) integers or byte slices.
DumpOID dumps the decoded OID to the terminal if available, else it will
show the OID in dotted notation.
DumpX509Extension dumps an X.509 certificate extension to the terminal.
type AuthorityKeyID struct {
ID []byte `asn1:"optional,tag:0"`
Issuer asn1.RawValue `asn1:"optional,tag:1"`
SerialNumber *big.Int `asn1:"optional,tag:2"`
}
AuthorityKeyID RFC 5280, 4.2.1.1
Source Files
¶
Click to show internal directories.
Click to hide internal directories.