package asn1_universal_types

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

message BitString

asn1_universal_types.proto:40

This represents an ASN.1 BIT STRING, which denotes an arbitrary string of bits (X.690 (2015), 8.6).

Used in: x509_certificate.SignatureValue, x509_certificate.SubjectPublicKey, x509_certificate.UniqueIdentifier

message Boolean

asn1_universal_types.proto:28

This represents an ASN.1 Boolean, which takes on the value true or false (X.690 (2015), 8.2).

Used in: x509_certificate.BasicConstraints, x509_certificate.Extension

message GeneralizedTime

asn1_universal_types.proto:73

This represents an ASN.1 GeneralizedTime (X.690 (2015), 11.7).

Used in: x509_certificate.TimeChoice

message Integer

asn1_universal_types.proto:62

This represents an ASN.1 INTEGER, which is a 2’s compliment number (X.690 (2015), 8.3).

Used in: x509_certificate.BasicConstraints, x509_certificate.SerialNumber

message ObjectIdentifier

asn1_universal_types.proto:78

This represents an ASN.1 ObjectIdentifier (X.690 (2015), 8.19).

Used in: x509_certificate.ExtendedKeyUsage, x509_certificate.Extension, x509_certificate.RawExtension

message OctetString

asn1_universal_types.proto:34

This represents an ASN.1 OCTET STRING, which denotes an arbitrary string of bits (X.690 (2015), 8.7).

Used in: x509_certificate.AuthorityKeyIdentifier, x509_certificate.RawExtension, x509_certificate.SubjectKeyIdentifier

enum RootNode

asn1_universal_types.proto:87

(X.690 (2015) 8.19.4): Only three values are allocated from the root node.

Used in: ObjectIdentifier

enum SmallIdentifier

asn1_universal_types.proto:95

(X.690 (2015) 8.19.4): At most 39 subsequent values from nodes reached by X = 0 and X = 1.

Used in: ObjectIdentifier

message UTCTime

asn1_universal_types.proto:68

This represents an ASN.1 UTCTime (X.690 (2015), 11.8).

Used in: x509_certificate.TimeChoice

enum UnusedBits

asn1_universal_types.proto:49

The number shall be in the range zero to seven. (X.690 (2015), 8.6.2.2).

Used in: BitString