cipher property

  1. @TagNumber(5)
PEMCipher get cipher

Implementation

@$pb.TagNumber(5)
PEMCipher get cipher => $_getN(2);
  1. @TagNumber(5)
set cipher (PEMCipher v)

Implementation

@$pb.TagNumber(5)
set cipher(PEMCipher v) {
  setField(5, v);
}