Searched refs:PKCS9Attribute (Results 1 - 15 of 15) sorted by relevance

/openjdk7/jdk/test/sun/security/pkcs/pkcs9/
H A DUnknownAttribute.java34 import sun.security.pkcs.PKCS9Attribute;
42 PKCS9Attribute p1 = new PKCS9Attribute(
43 PKCS9Attribute.CHALLENGE_PASSWORD_STR, "t0p5ecr3t");
53 PKCS9Attribute p2 = new PKCS9Attribute(new DerValue(data));
65 new PKCS9Attribute(new ObjectIdentifier("1.2.3"), "hello");
70 PKCS9Attribute p3 = new PKCS9Attribute(
/openjdk7/jdk/src/share/classes/sun/security/pkcs/
H A DPKCS10Attribute.java72 PKCS9Attribute attr = new PKCS9Attribute(derVal);
94 * @param attr the PKCS9Attribute to create from.
96 public PKCS10Attribute(PKCS9Attribute attr) {
111 PKCS9Attribute attr = new PKCS9Attribute(attributeId, attributeValue);
H A DPKCS9Attributes.java38 * A set of attributes of class PKCS9Attribute.
46 private final Hashtable<ObjectIdentifier, PKCS9Attribute> attributes =
47 new Hashtable<ObjectIdentifier, PKCS9Attribute>(3);
61 * Contols how attributes, which are not recognized by the PKCS9Attribute
71 * class PKCS9Attribute.
82 * @see PKCS9Attribute
105 * supported by class PKCS9Attribute and reject any unsupported
113 * @see PKCS9Attribute
122 * supported by class PKCS9Attribute and ignore any unsupported
127 * not supported by the PKCS9Attribute clas
[all...]
H A DPKCS9Attribute.java180 public class PKCS9Attribute implements DerEncoder { class in inherits:DerEncoder
423 public PKCS9Attribute(ObjectIdentifier oid, Object value) method in class:PKCS9Attribute
444 public PKCS9Attribute(String name, Object value) method in class:PKCS9Attribute
451 " constructing PKCS9Attribute.");
466 " constructing PKCS9Attribute; was " +
475 * Construct a PKCS9Attribute from its encoding on an input
481 public PKCS9Attribute(DerValue derVal) throws IOException { method in class:PKCS9Attribute
487 throw new IOException("Excess data parsing PKCS9Attribute");
490 throw new IOException("PKCS9Attribute doesn't have two components");
H A DSignerInfo.java319 PKCS9Attribute.CONTENT_TYPE_OID);
327 PKCS9Attribute.MESSAGE_DIGEST_OID);
/openjdk7/jdk/test/sun/security/x509/AlgorithmId/
H A DNonStandardNames.java35 import sun.security.pkcs.PKCS9Attribute;
54 PKCS9Attributes authed = new PKCS9Attributes(new PKCS9Attribute[]{
55 new PKCS9Attribute(PKCS9Attribute.CONTENT_TYPE_OID, ContentInfo.DATA_OID),
56 new PKCS9Attribute(PKCS9Attribute.MESSAGE_DIGEST_OID, md.digest(data)),
/openjdk7/jdk/test/sun/security/x509/AVA/
H A DEmailAddressEncoding.java58 if (oid.equals(PKCS9Attribute.EMAIL_ADDRESS_OID)) {
/openjdk7/jdk/src/share/classes/sun/security/tools/
H A DTimestampedSigner.java224 new PKCS9Attributes(new PKCS9Attribute[]{
225 new PKCS9Attribute(
226 PKCS9Attribute.SIGNATURE_TIMESTAMP_TOKEN_STR,
H A DKeyTool.java82 import sun.security.pkcs.PKCS9Attribute;
1229 if (attr.getAttributeId().equals(PKCS9Attribute.EXTENSION_REQUEST_OID)) {
1331 new PKCS10Attribute(PKCS9Attribute.EXTENSION_REQUEST_OID, ext));
2205 if (oid.equals(PKCS9Attribute.EXTENSION_REQUEST_OID)) {
/openjdk7/jdk/src/share/classes/sun/security/timestamp/
H A DTSResponse.java31 import sun.security.pkcs.PKCS9Attribute;
/openjdk7/jdk/src/share/classes/sun/security/x509/
H A DNameConstraintsExtension.java40 import sun.security.pkcs.PKCS9Attribute;
581 if (attrOID.equals(PKCS9Attribute.EMAIL_ADDRESS_OID)) {
H A DAVA.java38 import sun.security.pkcs.PKCS9Attribute;
372 if (this.oid.equals(PKCS9Attribute.EMAIL_ADDRESS_OID) ||
506 if (this.oid.equals(PKCS9Attribute.EMAIL_ADDRESS_OID) ||
1379 new AVAKeyword("EMAIL", PKCS9Attribute.EMAIL_ADDRESS_OID, false, false);
1380 new AVAKeyword("EMAILADDRESS", PKCS9Attribute.EMAIL_ADDRESS_OID,
H A DRDN.java37 import sun.security.pkcs.PKCS9Attribute;
H A DX500Name.java37 import sun.security.pkcs.PKCS9Attribute;
/openjdk7/jdk/src/share/classes/sun/security/util/
H A DSignatureFileVerifier.java532 PKCS9Attribute timestampTokenAttr =

Completed in 88 milliseconds