Lines Matching refs:PKCS10Attributes
50 public class PKCS10Attributes implements DerEncoder {
58 public PKCS10Attributes() { }
65 public PKCS10Attributes(PKCS10Attribute[] attrs) {
78 public PKCS10Attributes(DerInputStream in) throws IOException {
152 * PKCS10Attributes object.
159 * Compares this PKCS10Attributes for equality with the specified
161 * <code>instanceof</code> <code>PKCS10Attributes</code>, then
164 * @param other the object to test for equality with this PKCS10Attributes.
171 if (!(other instanceof PKCS10Attributes))
175 ((PKCS10Attributes)other).getAttributes();
199 * Returns a hashcode value for this PKCS10Attributes.
208 * Returns a string representation of this <tt>PKCS10Attributes</tt> object
213 * @return a string representation of this PKCS10Attributes.