IBM InfoSphere Streams Version 4.1.0

Namespace com.ibm.streams.teda.encoder.binary

SPL standard and specialized toolkits > com.ibm.streams.teda 1.0.2 > com.ibm.streams.teda.encoder.binary

Operators

  • ASN1Encode: The ASN1Encode operator creates ASN.1 DER-encoded data from XML documents that fit to the provided ASN.1 specification. This operator requires a structure definition document, the ASN.1 specification, which describes the ASN.1 data structures. The ASN1Encode operator provides following features: Support the ASN.1-encoding for one or more ASN.1 elements (also called protocol data unit, or PDU) Support of the following ASN.1 constructs: Containers CHOICE, SET, and SEQUENCE Primitive types BIT STRING, BMPString, BOOLEAN, ENUMERATED, GeneralizedTime, GeneralString, GraphicString, IA5String, INTEGER, ISO646String, NULL, NumericString, ObjectDescriptor, OBJECT IDENTIFIER, OCTET STRING, PrintableString, REAL, RELATIVE-OID, T61String, TeletexString, UniversalString, UTCTime, UTF8String, VideotexString, and VisibleString Repetition SET OF and SEQUENCE OF Optional OPTIONAL and DEFAULT (limited to the primitive types) Support of basic constraints verification The ability to send invalid XML documents to an error port.

Types

  • ASN1EncodeTypes.ErrorCode: In case of an error, the custom output function ErrorCode() can be used to determine the cause of the problem.