Pkcs7CertificateData class

Annotations
  • @JsonSerializable(includeIfNull: false, explicitToJson: true)

Constructors

Pkcs7CertificateData({int? version, List<X509CertificateData>? certificates, String? contentType})
Pkcs7CertificateData.fromJson(Map<String, dynamic> json)
factory

Properties

certificates List<X509CertificateData>?
The certificates within the PKCS7
getter/setter pair
contentType String?
Indicates the type of the associated content.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
version int?
The syntax version number
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited