algorithm property
String?
get
algorithm
Identifies the cryptographic algorithm used to secure a JsonWebSignature or to encrypt or determine the value of a Content Encryption Key with JsonWebEncryption.
Implementation
String? get algorithm => getTyped('alg');