Class CCOpenTypeExtensions
- java.lang.Object
-
- CCOpenTypeExtensions
-
public class CCOpenTypeExtensions extends Object
Defines metadata for callcontrol's open type extensions. Each extension has a collection of fields, including:- an identifier field, whose value distinguishes this extension from others of the same class of extension;
- one or more type fields, whose types take the place of ASN.1 Open types in the class of extension;
- and zero or more value fields.
- the value of an identifier field is of type OpenId,
- the value of a type field is of type ContainingOctetString,
- and the value of a value field is of its declared type.
Beware that different versions of the protocol can add extensions with different identifiers, and different (sub-)protocols can have extensions of the same class in which the same identifiers correspond to different extensions.