PEMCIPHER_AES256 constant

PEMCipher const PEMCIPHER_AES256

Implementation

static const PEMCipher PEMCIPHER_AES256 = PEMCipher._(
    5,
    const $core.bool.fromEnvironment('protobuf.omit_enum_names')
        ? ''
        : 'PEMCIPHER_AES256');