Home
last modified time | relevance | path

Searched defs:Certificate (Results 1 – 20 of 20) sorted by relevance

/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/asn1/x509/
DCertificate.java23 public class Certificate class
53 private Certificate( in Certificate() method in Certificate
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
DCertificate.java21 public class Certificate class
51 private Certificate( in Certificate() method in Certificate
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/x509/
DCertificate.java23 public class Certificate class
54 private Certificate( in Certificate() method in Certificate
/external/openscreen/osp/go/
Dreceiver.go18 …nReceiver(ctx context.Context, mdnsInstanceName string, port int, cert tls.Certificate, presentUrl…
Dserver.go16 func ReadMessagesAsServer(ctx context.Context, instanceName string, port int, cert tls.Certificate,…
Dquic.go67 func RunQuicServer(ctx context.Context, port int, cert tls.Certificate, streams chan<- io.ReadWrite…
/external/python/pyasn1-modules/pyasn1_modules/
Drfc5914.py25 Certificate = rfc5280.Certificate variable
Drfc6960.py27 Certificate = rfc5280.Certificate variable
Drfc5934.py55 Certificate = rfc5280.Certificate variable
Drfc7906.py68 Certificate = rfc5280.Certificate variable
Drfc3280.py264 class Certificate(univ.Sequence): class
Drfc5280.py1014 class Certificate(univ.Sequence): class
Drfc2459.py1252 class Certificate(univ.Sequence): class
/external/libbrillo/brillo/http/
Dhttp_transport.h48 enum class Certificate { enum
/external/boringssl/src/ssl/test/runner/
Dcipher_suites.go31 …generateServerKeyExchange(*Config, *Certificate, *clientHelloMsg, *serverHelloMsg, uint16) (*serve…
32 processClientKeyExchange(*Config, *Certificate, *clientKeyExchangeMsg, uint16) ([]byte, error)
39 …generateClientKeyExchange(*Config, *clientHelloMsg, *x509.Certificate) ([]byte, *clientKeyExchange…
Dcommon.go1994 type Certificate struct { struct
1995 Certificate [][]byte member
1996 PrivateKey crypto.PrivateKey // supported types: *rsa.PrivateKey, *ecdsa.PrivateKey
1999 OCSPStaple []byte
2003 SignedCertificateTimestampList []byte
2008 Leaf *x509.Certificate
Dkey_agreement.go459 …signParameters(config *Config, cert *Certificate, clientHello *clientHelloMsg, hello *serverHelloM…
/external/nos/host/generic/nugget/proto/nugget/app/keymaster/
Dkeymaster_types.proto44 message Certificate { message
/external/python/cryptography/src/cryptography/x509/
Dbase.py80 class Certificate(object): class
/external/python/asn1crypto/asn1crypto/
Dx509.py2139 class Certificate(Sequence): class