Searched refs:AttributeTypeAndValue (Results 1 - 10 of 10) sorted by relevance

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x500/
H A DRDN.java52 public RDN(AttributeTypeAndValue attrTAndV)
62 public RDN(AttributeTypeAndValue[] aAndVs)
73 * Return the number of AttributeTypeAndValue objects in this RDN,
82 public AttributeTypeAndValue getFirst()
89 return AttributeTypeAndValue.getInstance(this.values.getObjectAt(0));
92 public AttributeTypeAndValue[] getTypesAndValues()
94 AttributeTypeAndValue[] tmp = new AttributeTypeAndValue[values.size()];
98 tmp[i] = AttributeTypeAndValue.getInstance(values.getObjectAt(i));
107 * SET OF AttributeTypeAndValue
[all...]
H A DAttributeTypeAndValue.java11 public class AttributeTypeAndValue class in inherits:ASN1Object
17 private AttributeTypeAndValue(ASN1Sequence seq) method in class:AttributeTypeAndValue
23 public static AttributeTypeAndValue getInstance(Object o)
25 if (o instanceof AttributeTypeAndValue)
27 return (AttributeTypeAndValue)o;
31 return new AttributeTypeAndValue(ASN1Sequence.getInstance(o));
37 public AttributeTypeAndValue( method in class:AttributeTypeAndValue
57 * AttributeTypeAndValue ::= SEQUENCE {
H A DX500NameBuilder.java32 public X500NameBuilder addRDN(AttributeTypeAndValue attrTAndV)
53 AttributeTypeAndValue[] avs = new AttributeTypeAndValue[oids.length];
57 avs[i] = new AttributeTypeAndValue(oids[i], values[i]);
63 public X500NameBuilder addMultiValuedRDN(AttributeTypeAndValue[] attrTAndVs)
H A DX500Name.java22 * RelativeDistinguishedName ::= SET SIZE (1..MAX) OF AttributeTypeAndValue
24 * AttributeTypeAndValue ::= SEQUENCE {
188 AttributeTypeAndValue[] attr = rdn.getTypesAndValues();
220 AttributeTypeAndValue[] attr = rdn.getTypesAndValues();
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/pkcs10/
H A DCertificationRequestInfoTest.java30 import org.apache.harmony.security.x501.AttributeTypeAndValue;
52 attributes.add(new AttributeTypeAndValue("1.2.840.113549.1.9.1",
79 AttributeTypeAndValue certReqInfoATaV = (AttributeTypeAndValue) certReqInfo
81 AttributeTypeAndValue decodedATaV = (AttributeTypeAndValue) decoded
H A DCertificationRequestTest.java29 import org.apache.harmony.security.x501.AttributeTypeAndValue;
52 attributes.add(new AttributeTypeAndValue("1.2.840.113549.1.9.1",
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x500/style/
H A DBCStyle.java13 import org.bouncycastle.asn1.x500.AttributeTypeAndValue;
385 AttributeTypeAndValue[] atvs1 = rdn1.getTypesAndValues();
386 AttributeTypeAndValue[] atvs2 = rdn2.getTypesAndValues();
421 private boolean atvAreEqual(AttributeTypeAndValue atv1, AttributeTypeAndValue atv2)
472 AttributeTypeAndValue[] atv = rdns[i].getTypesAndValues();
519 AttributeTypeAndValue[] atv = rdns[i].getTypesAndValues();
H A DRFC4519Style.java11 import org.bouncycastle.asn1.x500.AttributeTypeAndValue;
274 AttributeTypeAndValue[] atvs1 = rdn1.getTypesAndValues();
275 AttributeTypeAndValue[] atvs2 = rdn2.getTypesAndValues();
310 private boolean atvAreEqual(AttributeTypeAndValue atv1, AttributeTypeAndValue atv2)
370 AttributeTypeAndValue[] atv = rdns[i].getTypesAndValues();
418 AttributeTypeAndValue[] atv = rdns[i].getTypesAndValues();
H A DIETFUtils.java13 import org.bouncycastle.asn1.x500.AttributeTypeAndValue;
156 AttributeTypeAndValue typeAndValue,
/external/chromium/net/base/
H A Dx509_cert_types_mac.cc287 rdn_struct.AttributeTypeAndValue[pair];

Completed in 333 milliseconds