Uses of Class
com.opencloud.slee.resources.cgin.ASN1Null
-
Packages that use ASN1Null Package Description com.opencloud.slee.resources.cgin Defines an API for the CGIN infrastructure on which all protocols are built.com.opencloud.slee.resources.cgin.xpath Supports the use of XPath expressions on CGIN data structures such as operation arguments, results and errors.com.opencloud.slee.resources.in.datatypes.sms Defines classes to represent some short message service (SMS) types for which their ASN.1 specifications say merely OCTET STRING, and for which standards define the layout of bit-fields within the octet strings. -
-
Uses of ASN1Null in com.opencloud.slee.resources.cgin
Fields in com.opencloud.slee.resources.cgin declared as ASN1Null Modifier and Type Field Description static ASN1Null
ASN1Null. INSTANCE
An instance of the ASN1Null type. -
Uses of ASN1Null in com.opencloud.slee.resources.cgin.xpath
Constructors in com.opencloud.slee.resources.cgin.xpath with parameters of type ASN1Null Constructor Description ASN1NullPointer(org.apache.commons.jxpath.ri.model.NodePointer parent, org.apache.commons.jxpath.ri.QName name, ASN1Null object)
Creates a pointer to the given ASN1Null. -
Uses of ASN1Null in com.opencloud.slee.resources.in.datatypes.sms
Fields in com.opencloud.slee.resources.in.datatypes.sms declared as ASN1Null Modifier and Type Field Description protected ASN1Null
SMSTPDUWithData. OnlyHeader_value
Value of field OnlyHeader.
-