Searched defs:PKCS10Attributes (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/security/pkcs/
H A DPKCS10Attributes.java50 public class PKCS10Attributes implements DerEncoder { class in inherits:DerEncoder
58 public PKCS10Attributes() { } method in class:PKCS10Attributes
65 public PKCS10Attributes(PKCS10Attribute[] attrs) { method in class:PKCS10Attributes
78 public PKCS10Attributes(DerInputStream in) throws IOException { method in class:PKCS10Attributes
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)othe
[all...]

Completed in 4284 milliseconds