FatooraServiceCsrResponse class
A specialized response model for CSR (Certificate Signing Request) operations through the Fatoora service.
It includes a generic response object and the output file names for the generated CSR and private key files.
Constructors
- FatooraServiceCsrResponse({required String csrOutputFileName, required String keyOutputFileName, required FatooraServiceResponse response})
- Creates a new instance of FatooraServiceCsrResponse.
Properties
- csrOutputFileName ↔ String
-
The output file name where the CSR was saved or generated.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- keyOutputFileName ↔ String
-
The output file name where the private key was saved or generated.
getter/setter pair
- response ↔ FatooraServiceResponse
-
The service response object containing the operation status,
errors, warnings, or infos.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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