Gets the PEM header name for this array type.
Gets the PKI type name for this array.
Compares this sequence with another for equality. Two sequences are considered equal if they have the same length and all corresponding items are equal in the same order.
The other sequence to compare with
true if the sequences are equal, false otherwise
Parses this sequence as a different PKI type.
The target type to parse as
The target type constructor with parsing capabilities
A new instance of the target type
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
Converts this sequence to ASN.1 SEQUENCE structure.
An ASN.1 SEQUENCE containing all items in order
Converts this array to DER format.
The DER-encoded bytes of this array
Returns a human-readable string representation of this sequence. Joins all child elements with commas.
A comma-separated string of child elements
Converts this array to PEM format.
A PEM-encoded string
Returns a string representation of this PKI array.
A string representation for debugging
Represents a SEQUENCE OF PKI objects in ASN.1.
A SEQUENCE contains an ordered collection of objects, which may be of different types. This class provides SEQUENCE-specific ASN.1 encoding and comparison methods.