HomeSort by relevance Sort by last modified time
    Searched full:keyusage (Results 51 - 75 of 133) sorted by null

1 23 4 5 6

  /external/curl/tests/certs/
Server-localhost-sv.pem 4 keyUsage = keyEncipherment,digitalSignature,keyAgreement
Server-localhost.nn-sv.pem 4 keyUsage = keyEncipherment,digitalSignature,keyAgreement
Server-localhost0h-sv.pem 5 keyUsage = keyEncipherment,digitalSignature,keyAgreement
  /libcore/ojluni/src/main/java/java/security/cert/
X509Extension.java 175 * <td>KeyUsage</td></tr>
  /libcore/luni/src/test/java/libcore/javax/crypto/
CipherTest.java 19 import com.android.org.bouncycastle.asn1.x509.KeyUsage;
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
RFC3280CertPathUtilities.java 414 public static final String KEY_USAGE = Extension.keyUsage.getId();
559 boolean[] keyusage = signCert.getKeyUsage();
561 if (keyusage != null && (keyusage.length < 7 || !keyusage[CRL_SIGN]))
    [all...]
  /libcore/ojluni/src/main/java/sun/security/provider/certpath/
RevocationChecker.java 773 boolean[] keyUsage = cert.getKeyUsage();
774 if (keyUsage != null) {
775 return keyUsage[6];
    [all...]
ReverseBuilder.java 423 * Check keyUsage extension (only if CA cert and not final cert)
ForwardBuilder.java 758 * Check keyUsage extension
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
X509Extensions.java 39 public static final ASN1ObjectIdentifier KeyUsage = new ASN1ObjectIdentifier("2.5.29.15");
  /external/curl/tests/
stunnel.pem 14 keyUsage = digitalSignature,keyEncipherment
  /system/tpm/attestation/server/
attestation_service.h 232 KeyUsage key_usage,
attestation_service.cc 732 KeyUsage key_usage,
pkcs11_key_store.cc 241 KeyUsage key_usage,
  /external/boringssl/src/crypto/x509v3/
v3_purp.c 540 * 4 basicConstraints absent but keyUsage present and keyCertSign asserted.
545 /* keyUsage if present should allow cert signing */
  /prebuilts/go/darwin-x86/src/crypto/x509/
x509_test.go 369 KeyUsage: KeyUsageCertSign,
524 KeyUsage: KeyUsageCertSign,
    [all...]
  /prebuilts/go/linux-x86/src/crypto/x509/
x509_test.go 369 KeyUsage: KeyUsageCertSign,
524 KeyUsage: KeyUsageCertSign,
    [all...]
  /external/wpa_supplicant_8/src/tls/
x509v3.c 738 * KeyUsage ::= BIT STRING {
755 "KeyUsage; found %d tag 0x%x len %d",
763 wpa_printf(MSG_DEBUG, "X509: KeyUsage 0x%lx", cert->key_usage);
1205 case 15: /* id-ce-keyUsage */
    [all...]
  /libcore/support/src/test/java/tests/resources/x509/
create.sh 40 openssl req -config "$DIR/default.cnf" -new -key "$DIR/privkey.pem" -nodes -batch | openssl x509 -extfile "$DIR/default.cnf" -extensions keyUsage_extraLong_cert -req -signkey "$DIR/privkey.pem" -outform d > "$DIR/cert-keyUsage-extraLong.der"
  /libcore/ojluni/src/main/java/sun/security/util/
Resources.java 418 {"Unknown.keyUsage.type.", "Unknown keyUsage type: "},
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ntsecapi.h     [all...]
  /system/tpm/attestation/common/
tpm_utility_v1.cc 171 KeyUsage key_usage,
  /prebuilts/go/darwin-x86/pkg/darwin_amd64/crypto/
x509.a 230 type @"".KeyUsage int
264 type @"".Certificate struct { Raw []byte; RawTBSCertificate []byte; RawSubjectPublicKeyInfo []byte; RawSubject []byte; RawIssuer []byte; Signature []byte; SignatureAlgorithm @"".SignatureAlgorithm; PublicKeyAlgorithm @"".PublicKeyAlgorithm; PublicKey interface {}; Version int; SerialNumber *@"math/big".Int; Issuer @"crypto/x509/pkix".Name; Subject @"crypto/x509/pkix".Name; NotBefore @"time".Time; NotAfter @"time".Time; KeyUsage @"".KeyUsage; Extensions []@"crypto/x509/pkix".Extension; ExtraExtensions []@"crypto/x509/pkix".Extension; UnhandledCriticalExtensions []@"encoding/asn1".ObjectIdentifier; ExtKeyUsage []@"".ExtKeyUsage; UnknownExtKeyUsage []@"encoding/asn1".ObjectIdentifier; BasicConstraintsValid bool; IsCA bool; MaxPathLen int; MaxPathLenZero bool; SubjectKeyId []byte; AuthorityKeyId []byte; OCSPServer []string; IssuingCertificateURL []string; DNSNames []string; EmailAddresses []string; IPAddresses []@"net".IP; PermittedDNSDomainsCritical bool; PermittedDNSDomains []string; CRLDistributionPoints []string; PolicyIdentifiers []@"encoding/asn1".ObjectIdentifier }
    [all...]
  /prebuilts/go/darwin-x86/pkg/darwin_amd64_race/crypto/
x509.a 230 type @"".KeyUsage int
264 type @"".Certificate struct { Raw []byte; RawTBSCertificate []byte; RawSubjectPublicKeyInfo []byte; RawSubject []byte; RawIssuer []byte; Signature []byte; SignatureAlgorithm @"".SignatureAlgorithm; PublicKeyAlgorithm @"".PublicKeyAlgorithm; PublicKey interface {}; Version int; SerialNumber *@"math/big".Int; Issuer @"crypto/x509/pkix".Name; Subject @"crypto/x509/pkix".Name; NotBefore @"time".Time; NotAfter @"time".Time; KeyUsage @"".KeyUsage; Extensions []@"crypto/x509/pkix".Extension; ExtraExtensions []@"crypto/x509/pkix".Extension; UnhandledCriticalExtensions []@"encoding/asn1".ObjectIdentifier; ExtKeyUsage []@"".ExtKeyUsage; UnknownExtKeyUsage []@"encoding/asn1".ObjectIdentifier; BasicConstraintsValid bool; IsCA bool; MaxPathLen int; MaxPathLenZero bool; SubjectKeyId []byte; AuthorityKeyId []byte; OCSPServer []string; IssuingCertificateURL []string; DNSNames []string; EmailAddresses []string; IPAddresses []@"net".IP; PermittedDNSDomainsCritical bool; PermittedDNSDomains []string; CRLDistributionPoints []string; PolicyIdentifiers []@"encoding/asn1".ObjectIdentifier }
    [all...]
  /prebuilts/go/linux-x86/pkg/linux_amd64/crypto/
x509.a 227 type @"".KeyUsage int
261 type @"".Certificate struct { Raw []byte; RawTBSCertificate []byte; RawSubjectPublicKeyInfo []byte; RawSubject []byte; RawIssuer []byte; Signature []byte; SignatureAlgorithm @"".SignatureAlgorithm; PublicKeyAlgorithm @"".PublicKeyAlgorithm; PublicKey interface {}; Version int; SerialNumber *@"math/big".Int; Issuer @"crypto/x509/pkix".Name; Subject @"crypto/x509/pkix".Name; NotBefore @"time".Time; NotAfter @"time".Time; KeyUsage @"".KeyUsage; Extensions []@"crypto/x509/pkix".Extension; ExtraExtensions []@"crypto/x509/pkix".Extension; UnhandledCriticalExtensions []@"encoding/asn1".ObjectIdentifier; ExtKeyUsage []@"".ExtKeyUsage; UnknownExtKeyUsage []@"encoding/asn1".ObjectIdentifier; BasicConstraintsValid bool; IsCA bool; MaxPathLen int; MaxPathLenZero bool; SubjectKeyId []byte; AuthorityKeyId []byte; OCSPServer []string; IssuingCertificateURL []string; DNSNames []string; EmailAddresses []string; IPAddresses []@"net".IP; PermittedDNSDomainsCritical bool; PermittedDNSDomains []string; CRLDistributionPoints []string; PolicyIdentifiers []@"encoding/asn1".ObjectIdentifier }
    [all...]

Completed in 4483 milliseconds

1 23 4 5 6