PEMCIPHER_DES constant

PEMCipher const PEMCIPHER_DES

Implementation

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