ApiPrivateKey class final
Chave de API privada OCI
Constructors
- ApiPrivateKey.fromFile({required String fullPath, required String fingerprint})
-
fullPath==> caminho de diretório + nome do arquivofactory - ApiPrivateKey.fromValue({required String key, required String fingerprint})
-
key==> valor da chavefactory
Properties
- fingerprint → String
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- key → String
-
final
- keyBytes → Uint8List
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- signingService → RequestSigningService
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
sing(
String dataToSign) → String - Assinar requisição
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- regExpForClearKey → RegExp
-
no setter