Searched refs:keyUsage (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/third_party/openssl/openssl/android.testssl/
H A DUss.cnf34 keyUsage = nonRepudiation, digitalSignature, keyEncipherment
H A DCAss.cnf75 keyUsage = cRLSign, keyCertSign
/external/openssl/android.testssl/
H A DUss.cnf34 keyUsage = nonRepudiation, digitalSignature, keyEncipherment
H A DCAss.cnf75 keyUsage = cRLSign, keyCertSign
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
H A DKeyUsage.java10 * id-ce-keyUsage OBJECT IDENTIFIER ::= { id-ce 15 }
55 return KeyUsage.getInstance(extensions.getExtensionParsedValue(Extension.keyUsage));
H A DX509Extension.java30 public static final ASN1ObjectIdentifier keyUsage = new ASN1ObjectIdentifier("2.5.29.15"); field in class:X509Extension
H A DExtension.java35 public static final ASN1ObjectIdentifier keyUsage = new ASN1ObjectIdentifier("2.5.29.15"); field in class:Extension
/external/apache-harmony/security/src/test/impl/java.injected/java/security/cert/
H A DX509CertSelectorTest.java100 protected boolean[] keyUsage = null; field in class:X509CertSelectorTest.TestCert
153 public TestCert(boolean[] keyUsage) { argument
154 setKeyUsage(keyUsage);
179 public void setKeyUsage(boolean[] keyUsage) { argument
180 this.keyUsage = (keyUsage == null) ? null
181 : (boolean[]) keyUsage.clone();
324 return keyUsage;
1247 * setKeyUsage(boolean[] keyUsage) method testing.
1251 * matches the certificate which does not have a keyUsage extensio
[all...]
/external/chromium_org/third_party/openssl/openssl/apps/
H A Dopenssl.cnf187 # This is typical in keyUsage for a client certificate.
188 # keyUsage = nonRepudiation, digitalSignature, keyEncipherment
222 keyUsage = nonRepudiation, digitalSignature, keyEncipherment
245 # keyUsage = cRLSign, keyCertSign
292 # This is typical in keyUsage for a client certificate.
293 # keyUsage = nonRepudiation, digitalSignature, keyEncipherment
/external/openssl/apps/
H A Dopenssl.cnf187 # This is typical in keyUsage for a client certificate.
188 # keyUsage = nonRepudiation, digitalSignature, keyEncipherment
222 keyUsage = nonRepudiation, digitalSignature, keyEncipherment
245 # keyUsage = cRLSign, keyCertSign
292 # This is typical in keyUsage for a client certificate.
293 # keyUsage = nonRepudiation, digitalSignature, keyEncipherment
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/x509/
H A DX509CertificateObject.java78 private boolean[] keyUsage; field in class:X509CertificateObject
114 keyUsage = new boolean[(length < 9) ? 9 : length];
118 keyUsage[i] = (bytes[i / 8] & (0x80 >>> (i % 8))) != 0;
123 keyUsage = null;
349 return keyUsage;
722 else if (oid.equals(Extension.keyUsage))
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
H A DX509CertificateObject.java76 private boolean[] keyUsage; field in class:X509CertificateObject
112 keyUsage = new boolean[(length < 9) ? 9 : length];
116 keyUsage[i] = (bytes[i / 8] & (0x80 >>> (i % 8))) != 0;
121 keyUsage = null;
347 return keyUsage;
720 else if (oid.equals(Extension.keyUsage))
H A DCertPathValidatorUtilities.java92 protected static final String KEY_USAGE = Extension.keyUsage.getId();
/external/google-tv-pairing-protocol/java/jar/
H A Dbcprov-jdk15-143.jarMETA-INF/MANIFEST.MF META-INF/BCKEY.SF META-INF/BCKEY.DSA META ...
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 1664 milliseconds