Subject class
Subject describes parts of a distinguished name that, in turn, describes the subject of the certificate.
Constructors
Properties
- commonName ↔ String?
- 
  The "common name" of the subject.
  getter/setter pair
- countryCode ↔ String?
- 
  The country code of the subject.
  getter/setter pair
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- locality ↔ String?
- 
  The locality or city of the subject.
  getter/setter pair
- organization ↔ String?
- 
  The organization of the subject.
  getter/setter pair
- organizationalUnit ↔ String?
- 
  The organizational_unit of the subject.
  getter/setter pair
- postalCode ↔ String?
- 
  The postal code of the subject.
  getter/setter pair
- province ↔ String?
- 
  The province, territory, or regional state of the subject.
  getter/setter pair
- 
  rdnSequence
  ↔ List<RelativeDistinguishedName> ?
- 
  This field can be used in place of the named subject fields.
  getter/setter pair
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- streetAddress ↔ String?
- 
  The street address of the subject.
  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