PEMCIPHER_AES128 constant

PEMCipher const PEMCIPHER_AES128

Implementation

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