ConfiguracaoAssinatura class
Modelo para configuração de assinatura
Constructors
- ConfiguracaoAssinatura({required TipoCertificado tipoCertificado, required FormatoCertificado formatoCertificado, String algoritmoHash = 'http://www.w3.org/2001/04/xmlenc#sha256', String algoritmoAssinatura = 'http://www.w3.org/2001/04/xmldsigmore#rsa-sha256', bool incluirCadeiaCompleta = false})
- ConfiguracaoAssinatura.padraoICPBrasil({required TipoCertificado tipoCertificado, required FormatoCertificado formatoCertificado})
-
Configuração padrão para ICP-Brasil
factory
Properties
- algoritmoAssinatura → String
-
final
- algoritmoHash → String
-
final
- formatoCertificado → FormatoCertificado
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- incluirCadeiaCompleta → bool
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- tipoCertificado → TipoCertificado
-
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