/prebuilts/go/linux-x86/src/crypto/x509/ |
root_plan9.go | 14 // Possible certificate files; stop after finding one. 19 func (c *Certificate) systemVerify(opts *VerifyOptions) (chains [][]*Certificate, err error) {
|
root_darwin_armx.go | 20 -----BEGIN CERTIFICATE----- 53 -----END CERTIFICATE----- 54 -----BEGIN CERTIFICATE----- 78 -----END CERTIFICATE----- 79 -----BEGIN CERTIFICATE----- 111 -----END CERTIFICATE----- 112 -----BEGIN CERTIFICATE----- 144 -----END CERTIFICATE----- 145 -----BEGIN CERTIFICATE----- 164 -----END CERTIFICATE---- [all...] |
/libcore/ojluni/src/main/java/java/security/cert/ |
CertificateFactory.java | 43 * This class defines the functionality of a certificate factory, which is 44 * used to generate certificate, certification path ({@code CertPath}) 45 * and certificate revocation list (CRL) objects from their encodings. 51 * a {@code CertPath} (a certificate chain) and subsequently 54 * <p>A certificate factory for X.509 must return certificates that are an 59 * which are each bounded at the beginning by -----BEGIN CERTIFICATE-----, and 60 * bounded at the end by -----END CERTIFICATE-----. We convert the 64 * {@code generateCertificate} consumes only one certificate, and the 65 * read position of the input stream is positioned to the next certificate in 75 * Certificate cert = cf.generateCertificate(bis) [all...] |
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cert/ |
X509AttributeCertificateHolder.java | 56 * @param certEncoding BER/DER encoding of the certificate. 77 * Return the ASN.1 encoding of this holder's attribute certificate. 94 * Return the serial number of this attribute certificate. 104 * Return the holder details for this attribute certificate. 106 * @return this attribute certificate's holder structure. 114 * Return the issuer details for this attribute certificate. 116 * @return this attribute certificate's issuer structure, 124 * Return the date before which this attribute certificate is not valid. 126 * @return the start date for the attribute certificate's validity period. 134 * Return the date after which this attribute certificate is not valid [all...] |
/external/google-tv-pairing-protocol/cpp/src/polo/pairing/ |
pairingcontext.h | 30 // @param local_certificate the local SSL certificate 31 // @param peer_certificate the peer SSL certificate 37 // Sets the local certificate. No ownership is taken of the given pointer. 40 // Sets the peer certificate. No ownership is taken of the given pointer. 43 // Gets the client certificate. 46 // Gets the server certificate.
|
/prebuilts/go/darwin-x86/src/crypto/tls/ |
alert.go | 52 alertBadCertificate: "bad certificate", 53 alertUnsupportedCertificate: "unsupported certificate", 54 alertCertificateRevoked: "revoked certificate", 55 alertCertificateExpired: "expired certificate", 56 alertCertificateUnknown: "unknown certificate", 58 alertUnknownCA: "unknown certificate authority",
|
/prebuilts/go/linux-x86/src/crypto/tls/ |
alert.go | 52 alertBadCertificate: "bad certificate", 53 alertUnsupportedCertificate: "unsupported certificate", 54 alertCertificateRevoked: "revoked certificate", 55 alertCertificateExpired: "expired certificate", 56 alertCertificateUnknown: "unknown certificate", 58 alertUnknownCA: "unknown certificate authority",
|
/prebuilts/go/darwin-x86/src/crypto/x509/ |
root_darwin_armx.go | 20 -----BEGIN CERTIFICATE----- 53 -----END CERTIFICATE----- 54 -----BEGIN CERTIFICATE----- 78 -----END CERTIFICATE----- 79 -----BEGIN CERTIFICATE----- 111 -----END CERTIFICATE----- 112 -----BEGIN CERTIFICATE----- 144 -----END CERTIFICATE----- 145 -----BEGIN CERTIFICATE----- 164 -----END CERTIFICATE---- [all...] |
/bootable/recovery/tests/testdata/ |
testkey_v1.x509.pem | 1 -----BEGIN CERTIFICATE----- 27 -----END CERTIFICATE-----
|
testkey_v3.x509.pem | 1 -----BEGIN CERTIFICATE----- 27 -----END CERTIFICATE-----
|
/build/make/target/product/security/ |
platform.x509.pem | 1 -----BEGIN CERTIFICATE----- 27 -----END CERTIFICATE-----
|
shared.x509.pem | 1 -----BEGIN CERTIFICATE----- 27 -----END CERTIFICATE-----
|
testkey.x509.pem | 1 -----BEGIN CERTIFICATE----- 27 -----END CERTIFICATE-----
|
verity.x509.pem | 1 -----BEGIN CERTIFICATE----- 24 -----END CERTIFICATE-----
|
/cts/hostsidetests/appsecurity/certs/ |
cts-testkey1.x509.pem | 1 -----BEGIN CERTIFICATE----- 27 -----END CERTIFICATE-----
|
cts-testkey2.x509.pem | 1 -----BEGIN CERTIFICATE----- 27 -----END CERTIFICATE-----
|
/cts/hostsidetests/appsecurity/certs/keysets/ |
cts-keyset-test-a.x509.pem | 1 -----BEGIN CERTIFICATE----- 19 -----END CERTIFICATE-----
|
cts-keyset-test-b.x509.pem | 1 -----BEGIN CERTIFICATE----- 19 -----END CERTIFICATE-----
|
/cts/hostsidetests/appsecurity/certs/pkgsigverify/ |
dsa-2048.x509.pem | 1 -----BEGIN CERTIFICATE----- 26 -----END CERTIFICATE-----
|
rsa-3072.x509.pem | 1 -----BEGIN CERTIFICATE----- 24 -----END CERTIFICATE-----
|
/cts/tests/tests/security/assets/path_building/ |
leaf1.pem | 1 -----BEGIN CERTIFICATE----- 17 -----END CERTIFICATE-----
|
/development/apps/PushApiAuthenticator/ |
cert.x509.pem | 1 -----BEGIN CERTIFICATE----- 24 -----END CERTIFICATE-----
|
/development/apps/PushApiTestAppOne/ |
cert.x509.pem | 1 -----BEGIN CERTIFICATE----- 24 -----END CERTIFICATE-----
|
/device/google/dragon/sepolicy/certs/ |
app.x509.pem | 1 -----BEGIN CERTIFICATE----- 27 -----END CERTIFICATE-----
|
/device/google/marlin/sepolicy/certs/ |
app.x509.pem | 1 -----BEGIN CERTIFICATE----- 27 -----END CERTIFICATE-----
|