sha384 property
AES_192_CBC_HMAC_SHA_384 authenticated encryption algorithm
Implementation
final sha384 = AlgorithmIdentifier._(
'enc/AES/CBC/PKCS7+HMAC/SHA-384',
() => pce.AesCbcAuthenticatedCipherWithHash(
algorithms.signing.hmac.sha384.createAlgorithm()));