Searched defs:oid (Results 26 - 50 of 138) sorted by relevance

123456

/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cert/
H A DX509CRLEntryHolder.java86 * @param oid the OID of the extension of interest.
90 public Extension getExtension(ASN1ObjectIdentifier oid) argument
96 return extensions.getExtension(oid);
H A DCertUtils.java151 static void addExtension(ExtensionsGenerator extGenerator, ASN1ObjectIdentifier oid, boolean isCritical, ASN1Encodable value) argument
156 extGenerator.addExtension(oid, isCritical, value);
H A DX509AttributeCertificateHolder.java201 * @param oid the OID of the extension of interest.
205 public Extension getExtension(ASN1ObjectIdentifier oid) argument
209 return extensions.getExtension(oid);
H A DX509CRLHolder.java190 * @param oid the OID of the extension of interest.
194 public Extension getExtension(ASN1ObjectIdentifier oid) argument
198 return extensions.getExtension(oid);
H A DX509CertificateHolder.java97 * @param oid the OID of the extension of interest.
101 public Extension getExtension(ASN1ObjectIdentifier oid) argument
105 return extensions.getExtension(oid);
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x500/
H A DRDN.java39 * @param oid RDN type.
42 public RDN(ASN1ObjectIdentifier oid, ASN1Encodable value) argument
46 v.add(oid);
H A DX500NameStyle.java19 * @param oid the OID associated with the value in the DN.
23 ASN1Encodable stringToValue(ASN1ObjectIdentifier oid, String value); argument
67 * @param oid the OID of interest.
70 String oidToDisplayName(ASN1ObjectIdentifier oid); argument
75 * @param oid the OID of interest.
78 String[] oidToAttrNames(ASN1ObjectIdentifier oid); argument
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/util/
H A DECUtil.java223 ASN1ObjectIdentifier oid = X962NamedCurves.getOID(name);
225 if (oid == null)
227 oid = SECNamedCurves.getOID(name);
228 if (oid == null)
230 oid = NISTNamedCurves.getOID(name);
233 // if (oid == null)
235 // oid = TeleTrusTNamedCurves.getOID(name);
237 // if (oid == null)
239 // oid = ECGOST3410NamedCurves.getOID(name);
244 return oid;
247 getNamedCurveByOid( ASN1ObjectIdentifier oid) argument
270 getCurveName( ASN1ObjectIdentifier oid) argument
[all...]
H A DPKCS12BagAttributeCarrierImpl.java36 ASN1ObjectIdentifier oid,
39 if (pkcs12Attributes.containsKey(oid))
41 pkcs12Attributes.put(oid, attribute);
45 pkcs12Attributes.put(oid, attribute);
46 pkcs12Ordering.addElement(oid);
51 ASN1ObjectIdentifier oid)
53 return (ASN1Encodable)pkcs12Attributes.get(oid);
93 DERObjectIdentifier oid = (DERObjectIdentifier)e.nextElement();
95 aOut.writeObject(oid);
96 aOut.writeObject((ASN1Encodable)pkcs12Attributes.get(oid));
35 setBagAttribute( ASN1ObjectIdentifier oid, ASN1Encodable attribute) argument
50 getBagAttribute( ASN1ObjectIdentifier oid) argument
[all...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/
H A DX509AttributeCertificate.java72 * Return the attributes with the same type as the passed in oid.
74 * @param oid the object identifier we wish to match.
77 public X509Attribute[] getAttributes(String oid); argument
/external/chromium_org/third_party/openssl/openssl/crypto/asn1/
H A Dasn_moid.c114 ASN1_OBJECT *oid; local
153 oid = OBJ_nid2obj(nid);
154 oid->ln = lntmp;
/external/openssl/crypto/asn1/
H A Dasn_moid.c114 ASN1_OBJECT *oid; local
153 oid = OBJ_nid2obj(nid);
154 oid->ln = lntmp;
/external/wpa_supplicant_8/hostapd/src/tls/
H A Dasn1.c79 int asn1_parse_oid(const u8 *buf, size_t len, struct asn1_oid *oid) argument
85 os_memset(oid, 0, sizeof(*oid));
100 if (oid->len >= ASN1_MAX_OID_LEN) {
104 if (oid->len == 0) {
110 oid->oid[0] = val / 40;
111 if (oid->oid[0] > 2)
112 oid
123 asn1_get_oid(const u8 *buf, size_t len, struct asn1_oid *oid, const u8 **next) argument
143 asn1_oid_to_str(struct asn1_oid *oid, char *buf, size_t len) argument
[all...]
/external/wpa_supplicant_8/src/tls/
H A Dasn1.c79 int asn1_parse_oid(const u8 *buf, size_t len, struct asn1_oid *oid) argument
85 os_memset(oid, 0, sizeof(*oid));
100 if (oid->len >= ASN1_MAX_OID_LEN) {
104 if (oid->len == 0) {
110 oid->oid[0] = val / 40;
111 if (oid->oid[0] > 2)
112 oid
123 asn1_get_oid(const u8 *buf, size_t len, struct asn1_oid *oid, const u8 **next) argument
143 asn1_oid_to_str(struct asn1_oid *oid, char *buf, size_t len) argument
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/tls/
H A Dasn1.c79 int asn1_parse_oid(const u8 *buf, size_t len, struct asn1_oid *oid) argument
85 os_memset(oid, 0, sizeof(*oid));
100 if (oid->len >= ASN1_MAX_OID_LEN) {
104 if (oid->len == 0) {
110 oid->oid[0] = val / 40;
111 if (oid->oid[0] > 2)
112 oid
123 asn1_get_oid(const u8 *buf, size_t len, struct asn1_oid *oid, const u8 **next) argument
143 asn1_oid_to_str(struct asn1_oid *oid, char *buf, size_t len) argument
[all...]
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/
H A DX509CRLEntryTest.java53 public byte[] getExtensionValue(String oid) { argument
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
H A DDefaultCMSSignatureAlgorithmNameGenerator.java150 * @param oid object identifier to map.
153 protected void setSigningEncryptionAlgorithmMapping(ASN1ObjectIdentifier oid, String algorithmName) argument
155 encryptionAlgs.put(oid, algorithmName);
162 * @param oid object identifier to map.
165 protected void setSigningDigestAlgorithmMapping(ASN1ObjectIdentifier oid, String algorithmName) argument
167 digestAlgs.put(oid, algorithmName);
H A DCMSSignedHelper.java289 void setSigningEncryptionAlgorithmMapping(ASN1ObjectIdentifier oid, String algorithmName) argument
291 encryptionAlgs.put(oid.getId(), algorithmName);
294 void setSigningDigestAlgorithmMapping(ASN1ObjectIdentifier oid, String algorithmName) argument
296 digestAlgs.put(oid.getId(), algorithmName);
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/cms/
H A DAttributeTable.java59 ASN1ObjectIdentifier oid,
62 Object value = attributes.get(oid);
66 attributes.put(oid, a);
86 attributes.put(oid, v);
93 public Attribute get(DERObjectIdentifier oid) argument
95 return get(new ASN1ObjectIdentifier(oid.getId()));
99 * Return the first attribute matching the OBJECT IDENTIFIER oid.
101 * @param oid type of attribute required.
102 * @return first attribute found of type oid.
105 ASN1ObjectIdentifier oid)
58 addAttribute( ASN1ObjectIdentifier oid, Attribute a) argument
104 get( ASN1ObjectIdentifier oid) argument
120 getAll(DERObjectIdentifier oid) argument
132 getAll( ASN1ObjectIdentifier oid) argument
[all...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
H A DExtensions.java107 ASN1ObjectIdentifier oid)
109 return (Extension)extensions.get(oid);
118 public ASN1Encodable getExtensionParsedValue(ASN1ObjectIdentifier oid) argument
120 Extension ext = this.getExtension(oid);
147 ASN1ObjectIdentifier oid = (ASN1ObjectIdentifier)e.nextElement();
148 Extension ext = (Extension)extensions.get(oid);
200 Object oid = ordering.elementAt(i);
202 if (((Extension)extensions.get(oid)).isCritical() == isCritical)
204 oidVec.addElement(oid);
106 getExtension( ASN1ObjectIdentifier oid) argument
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/config/
H A DConfigurableProvider.java38 void addKeyInfoConverter(ASN1ObjectIdentifier oid, AsymmetricKeyInfoConverter keyInfoConverter); argument
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
H A DJCEDHPrivateKey.java172 ASN1ObjectIdentifier oid,
175 attrCarrier.setBagAttribute(oid, attribute);
179 ASN1ObjectIdentifier oid)
181 return attrCarrier.getBagAttribute(oid);
171 setBagAttribute( ASN1ObjectIdentifier oid, ASN1Encodable attribute) argument
178 getBagAttribute( ASN1ObjectIdentifier oid) argument
H A DX509CRLEntryObject.java143 ASN1ObjectIdentifier oid = (ASN1ObjectIdentifier) e.nextElement();
144 Extension ext = extensions.getExtension(oid);
148 set.add(oid.getId());
168 private Extension getExtension(ASN1ObjectIdentifier oid) argument
174 return exts.getExtension(oid);
180 public byte[] getExtensionValue(String oid) argument
182 Extension ext = getExtension(new ASN1ObjectIdentifier(oid));
262 ASN1ObjectIdentifier oid = (ASN1ObjectIdentifier)e.nextElement();
263 Extension ext = extensions.getExtension(oid);
271 if (oid
[all...]
/external/chromium_org/third_party/openssl/openssl/crypto/x509v3/
H A Dpcy_node.c175 const X509_POLICY_NODE *node, const ASN1_OBJECT *oid)
184 if (!OBJ_cmp(x->valid_policy, oid))
192 if (!OBJ_cmp(policy_oid, oid))
174 policy_node_match(const X509_POLICY_LEVEL *lvl, const X509_POLICY_NODE *node, const ASN1_OBJECT *oid) argument
/external/openssl/crypto/x509v3/
H A Dpcy_node.c175 const X509_POLICY_NODE *node, const ASN1_OBJECT *oid)
184 if (!OBJ_cmp(x->valid_policy, oid))
192 if (!OBJ_cmp(policy_oid, oid))
174 policy_node_match(const X509_POLICY_LEVEL *lvl, const X509_POLICY_NODE *node, const ASN1_OBJECT *oid) argument

Completed in 1168 milliseconds

123456