ObjFW  Diff

Differences From Artifact [699db44549]:

  • File src/OFASN1IA5String.h — part of check-in [ca9b843d37] at 2021-03-16 21:16:17 on branch trunk — OFASN1*: Clean up the API a little (user: js size: 2111)

To Artifact [f196d55ae8]:

  • File src/OFASN1IA5String.h — part of check-in [4507e0bee3] at 2021-04-30 21:56:27 on branch asn1 — Merge trunk into branch "asn1" (user: js size: 2101) [more...]

64
65
66
67
68
69
70
71
72
73
74
75
76
77
 *
 * @param tagClass The tag class of the value's type
 * @param tagNumber The tag number of the value's type
 * @param constructed Whether the value if of a constructed type
 * @param DEREncodedContents The DER-encoded contents octets of the value.
 * @return An initialized OFASN1IA5String
 */
- (instancetype)initWithTagClass: (of_asn1_tag_class_t)tagClass
		       tagNumber: (of_asn1_tag_number_t)tagNumber
		     constructed: (bool)constructed
	      DEREncodedContents: (OFData *)DEREncodedContents;
@end

OF_ASSUME_NONNULL_END







|
|





64
65
66
67
68
69
70
71
72
73
74
75
76
77
 *
 * @param tagClass The tag class of the value's type
 * @param tagNumber The tag number of the value's type
 * @param constructed Whether the value if of a constructed type
 * @param DEREncodedContents The DER-encoded contents octets of the value.
 * @return An initialized OFASN1IA5String
 */
- (instancetype)initWithTagClass: (OFASN1TagClass)tagClass
		       tagNumber: (OFASN1TagNumber)tagNumber
		     constructed: (bool)constructed
	      DEREncodedContents: (OFData *)DEREncodedContents;
@end

OF_ASSUME_NONNULL_END