CsrExtensions class
Describes the certificate extensions to be added to the certificate signing request (CSR).
Constructors
-
CsrExtensions({KeyUsage? keyUsage, List<
AccessDescription> ? subjectInformationAccess}) -
CsrExtensions.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- keyUsage → KeyUsage?
-
Indicates the purpose of the certificate and of the key contained in the
certificate.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
subjectInformationAccess
→ List<
AccessDescription> ? -
For CA certificates, provides a path to additional information pertaining to
the CA, such as revocation and policy. For more information, see Subject
Information Access in RFC 5280.
final
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