Gets the PEM header name for this array type.
Gets the PKI type name for this array.
Compares this set with another for equality. Two sets are considered equal if they have the same length and all corresponding items are equal.
The other set to compare with
true if the sets are equal, false otherwise
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 a JSON representation.
A JSON-serializable representation 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
Staticfrom
Represents a set of revocation information choices.
This class is used to group multiple revocation information structures.
Asn