PEMCIPHER_3DES constant

PEMCipher const PEMCIPHER_3DES

Implementation

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