48 DERSequenceEncoder attributeTypeAndValue(out);
50 m_oid.encode(attributeTypeAndValue);
51 DEREncodeTextString(attributeTypeAndValue, m_value, PRINTABLE_STRING);
53 attributeTypeAndValue.MessageEnd();
71 BERSequenceDecoder attributeTypeAndValue(in);
73 m_oid.decode(attributeTypeAndValue);
77 BERDecodeTextString(attributeTypeAndValue, m_value, PRINTABLE_STRING);
79 attributeTypeAndValue.MessageEnd();
Copyright (c) 2013-2017 Regents of the University of California.
Copyright (c) 2013-2017 Regents of the University of California.
void encode(CryptoPP::BufferedTransformation &out) const
void decode(CryptoPP::BufferedTransformation &in)