AbstractThe type of PKI objects contained in this array
Gets the PEM header name for this array type.
Gets the PKI type name for this array.
Adds new PKI objects to the end of the array. Respects the maxSize limit if set.
The PKI objects to add
The new length of the array
AbstracttoConverts this array to its ASN.1 representation. Must be implemented by subclasses to specify SET or SEQUENCE.
The ASN.1 representation of this array
Converts this array to DER format.
The DER-encoded bytes of this array
Converts this array to PEM format.
A PEM-encoded string
Returns a string representation of this PKI array.
A string representation for debugging
Base class for arrays of PKI objects.
Extends the native Array class with PKI-specific functionality including size limits, PEM encoding, and ASN.1 serialization capabilities.