The type of PKI objects contained in this set
Gets the PEM header name for this array type.
Gets the PKI type name for this array.
Parses this set 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 set to ASN.1 SET structure.
An ASN.1 SET containing all items in this collection
Converts this array to DER format.
The DER-encoded bytes of this array
Returns a human-readable string representation of this set. 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 SET OF PKI objects in ASN.1.
A SET contains an unordered collection of objects of the same type. This class provides SET-specific ASN.1 encoding and comparison methods.