@@ -51,12 +51,12 @@ @try { if (tagClass != OF_ASN1_TAG_CLASS_UNIVERSAL || tagNumber != OF_ASN1_TAG_NUMBER_BOOLEAN || constructed) @throw [OFInvalidArgumentException exception]; - if ([DEREncodedContents itemSize] != 1 || - [DEREncodedContents count] != 1) + if (DEREncodedContents.itemSize != 1 || + DEREncodedContents.count != 1) @throw [OFInvalidFormatException exception]; value = *(unsigned char *)[DEREncodedContents itemAtIndex: 0]; if (value != 0 && value != 0xFF)