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.
| Methods and Constructors | Description |
|---|---|
|
PDAttrValues |
Constructors that create an instance of the |
|
add |
Methods for adding the input |
|
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 |
|
toString |
Returns a String representation of this object. |