@@ -17,10 +17,11 @@ #include "config.h" #import "OFASN1Integer.h" #import "OFData.h" +#import "OFString.h" #import "OFInvalidArgumentException.h" #import "OFInvalidFormatException.h" #import "OFOutOfRangeException.h" @@ -71,6 +72,12 @@ @throw e; } return self; } + +- (OFString *)description +{ + return [OFString stringWithFormat: @"", + _integerValue]; +} @end