@@ -39,10 +39,15 @@ /*! * @brief The length of the BitString in bits. */ @property (readonly, nonatomic) size_t bitStringLength; +/*! + * @brief The BitString in DER encoding. + */ +@property (readonly, nonatomic) OFData *DEREncodedValue; + /*! * @brief Creates an ASN.1 BitString with the specified BitString value and * length. * * @param bitStringValue The value of the BitString