HomeSort by relevance Sort by last modified time
    Searched defs:POLICY_CONSTRAINTS (Results 1 - 5 of 5) sorted by null

  /libcore/luni/src/main/java/org/apache/harmony/security/x509/
Extension.java 71 static final int[] POLICY_CONSTRAINTS = {2, 5, 29, 36};
262 } else if (Arrays.equals(extnID, POLICY_CONSTRAINTS)) {
327 } else if (Arrays.equals(extnID, POLICY_CONSTRAINTS)) {
  /external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/
CertPathValidatorUtilities.java 92 protected static final String POLICY_CONSTRAINTS = X509Extensions.PolicyConstraints.getId();
    [all...]
RFC3280CertPathUtilities.java 391 protected static final String POLICY_CONSTRAINTS = X509Extensions.PolicyConstraints.getId();
    [all...]
  /external/openssl/crypto/x509v3/
x509v3.h 338 } POLICY_CONSTRAINTS;
590 DECLARE_ASN1_ALLOC_FUNCTIONS(POLICY_CONSTRAINTS)
591 DECLARE_ASN1_ITEM(POLICY_CONSTRAINTS)
  /external/openssl/include/openssl/
x509v3.h 338 } POLICY_CONSTRAINTS;
590 DECLARE_ASN1_ALLOC_FUNCTIONS(POLICY_CONSTRAINTS)
591 DECLARE_ASN1_ITEM(POLICY_CONSTRAINTS)

Completed in 162 milliseconds