2.2.5.1.17 Array of Bytes

Represents an array of bytes.

XML Element: <BA>

XML Content: contents of the byte array represented as a string in base64-encoding [RFC3548]

Example:

 <!-- array with 4 bytes: {1, 2, 3, 4} -->
 <BA>AQIDBA==</BA>