PEMCIPHER_AES192 constant

PEMCipher const PEMCIPHER_AES192

Implementation

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