ChalonaP12Data class
Clase que encapsula la información extraída de un archivo P12, conteniendo la clave privada y el certificado.
Constructors
- ChalonaP12Data({required String cert, required String key})
Properties
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