InformacoesCertificado class
Informações extraídas do certificado digital X509
Constructors
- InformacoesCertificado({required String numeroSerie, required String assunto, required String emissor, required DateTime validoDe, required DateTime validoAte, required bool isICPBrasil, required TipoCertificado tipo, required String cpfCnpj})
Properties
- assunto → String
-
final
- cpfCnpj → String
-
final
- diasRestantes → int
-
Dias restantes até expiração
no setter
- emissor → String
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- isICPBrasil → bool
-
final
- isValido → bool
-
Verifica se o certificado está dentro do período de validade
no setter
- nomeExibicao → String
-
Retorna o nome de exibição do certificado
no setter
- numeroSerie → String
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- tipo → TipoCertificado
-
final
- validoAte → DateTime
-
final
- validoDe → DateTime
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> - Converte para JSON
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited