PDAttrValues: method and constructor summary

The PDAttrValues class represents a collection of values for a particular PDAttr. This particular implementation is a Set, so duplicates are not allowed in a particular PDAttrValues object.

See the Javadoc information in the Verify Identity Access Runtime for Java installation package for detailed documentation about this class.

Table 1. Methods and constructors for PDAttrValues class

Methods and Constructors Description

PDAttrValues

Constructors that create an instance of the PDAttrValues class.

add

Methods for adding the input PDAttrValue to this PDAttrValues.

addAll

Adds all the elements in the specified collection to this collection.

clone

Returns a clone of this object.

encode

Returns a byte array which contains the DER encoded representation of this object.

equals

Indicates whether some other Object is equal to this one.

hashCode

Returns a hashcode for the current object.

toString

Returns a String representation of this object.