pj_ssl_cert_info class final
Describe structure of certificate info.
- Inheritance
- Implemented types
- Available extensions
Constructors
Properties
-
address
→ Pointer<
T> -
Available on T, provided by the StructAddress extension
The memory address of the underlying data.no setter - hashCode → int
-
The hash code for this object.
no setterinherited
- issuer ↔ UnnamedStruct31
-
< Issuer
getter/setter pair
- raw ↔ pj_str_t
-
< Raw certificate in PEM format, only
available for remote certificate.
getter/setter pair
- raw_chain ↔ UnnamedStruct35
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
serial_no
↔ Array<
pj_uint8_t> -
< Serial number, array of
octets, first index is
MSB
getter/setter pair
- subj_alt_name ↔ UnnamedStruct33
-
< Subject alternative
name extension
getter/setter pair
- subject ↔ UnnamedStruct30
-
< Subject
getter/setter pair
- validity ↔ UnnamedStruct32
-
< Validity
getter/setter pair
- version ↔ int
-
< Certificate version
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited