Searched refs:PKCS10Attributes (Results 1 - 2 of 2) 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...]
H A DPKCS10.java90 attributeSet = new PKCS10Attributes();
103 public PKCS10(PublicKey publicKey, PKCS10Attributes attributes) {
159 attributeSet = new PKCS10Attributes(seq[0].data);
161 attributeSet = new PKCS10Attributes();
257 public PKCS10Attributes getAttributes()
352 private PKCS10Attributes attributeSet;

Completed in 23 milliseconds