HomeSort by relevance Sort by last modified time
    Searched refs:attributeType (Results 1 - 6 of 6) sorted by null

  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x500/
X500Name.java 210 * @param attributeType the type OID we are looking for.
213 public RDN[] getRDNs(ASN1ObjectIdentifier attributeType)
227 if (attr[j].getType().equals(attributeType))
236 if (rdn.getFirst().getType().equals(attributeType))
  /external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/x500/
X500Name.java 212 * @param attributeType the type OID we are looking for.
215 public RDN[] getRDNs(ASN1ObjectIdentifier attributeType)
229 if (attr[j].getType().equals(attributeType))
238 if (rdn.getFirst().getType().equals(attributeType))
  /external/grpc-grpc-java/okhttp/third_party/okhttp/main/java/io/grpc/okhttp/internal/
DistinguishedNameParser.java 351 * @param attributeType attribute type to look for (e.g. "ca")
353 public String findMostSpecific(String attributeType) {
391 if (attributeType.equalsIgnoreCase(attType)) {
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/tls/
DistinguishedNameParser.java 347 * @param attributeType attribute type to look for (e.g. "ca")
349 public String findMostSpecific(String attributeType) {
387 if (attributeType.equalsIgnoreCase(attType)) {
  /external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/internal/tls/
DistinguishedNameParser.java 348 * @param attributeType attribute type to look for (e.g. "ca")
350 public String findMostSpecific(String attributeType) {
388 if (attributeType.equalsIgnoreCase(attType)) {
  /external/deqp-deps/glslang/hlsl/
hlslGrammar.cpp     [all...]

Completed in 297 milliseconds