Home
last modified time | relevance | path

Searched defs:Signer (Results 1 – 25 of 347) sorted by relevance

12345678910>>...14

/aosp_15_r20/packages/modules/Virtualization/libs/apkverify/src/
Dv3.rs39 pub(crate) struct Signer { struct
40 signed_data: LengthPrefixed<Bytes>, // not verified yet
41 min_sdk: u32,
42 max_sdk: u32,
43 signatures: LengthPrefixed<Vec<LengthPrefixed<Signature>>>,
44 public_key: PKey<pkey::Public>,
92 ) -> Result<(Signer, ApkSections<R>)> { in extract_signer_and_apk_sections()
108 impl Signer { impl
233 impl ReadFromBytes for Signer { implementation
/aosp_15_r20/external/rust/crates/openssl/src/
Dsign.rs114 pub struct Signer<'a> { struct
120 unsafe impl Sync for Signer<'_> {} argument
121 unsafe impl Send for Signer<'_> {} implementation
123 impl Drop for Signer<'_> { implementation
133 impl Signer<'_> { implementation
395 impl<'a> Write for Signer<'a> { implementation
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/security/
DSigner.java50 public abstract class Signer extends Identity { class
65 protected Signer() { in Signer() method in Signer
75 public Signer(String name) { in Signer() method in Signer
89 public Signer(String name, IdentityScope scope) in Signer() method in Signer
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/13/libcore/ojluni/src/main/java/java/security/
DSigner.java50 public abstract class Signer extends Identity { class
65 protected Signer() { in Signer() method in Signer
75 public Signer(String name) { in Signer() method in Signer
89 public Signer(String name, IdentityScope scope) in Signer() method in Signer
/aosp_15_r20/libcore/ojluni/src/main/java/java/security/
H A DSigner.java50 public abstract class Signer extends Identity { class
65 protected Signer() { in Signer() method in Signer
75 public Signer(String name) { in Signer() method in Signer
89 public Signer(String name, IdentityScope scope) in Signer() method in Signer
/aosp_15_r20/external/rust/android-crates-io/crates/x509-cert/src/
Dbuilder.rs414 type Signer; typedef
420 fn signer(&self) -> &Self::Signer; in signer()
463 type Signer = S; typedef
466 fn signer(&self) -> &Self::Signer { in signer()
502 type Signer = S; typedef
505 fn signer(&self) -> &Self::Signer { in signer()
/aosp_15_r20/external/python/oauth2client/oauth2client/
Dcrypt.py64 Signer = OpenSSLSigner variable
67 Signer = PyCryptoSigner variable
70 Signer = RsaSigner variable
/aosp_15_r20/external/autotest/utils/frozen_chromite/third_party/oauth2client/
H A Dcrypt.py62 Signer = OpenSSLSigner variable
65 Signer = PyCryptoSigner variable
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/mod/sumdb/note/
Dnote.go204 type Signer interface { interface
618 func Sign(n *Note, signers ...Signer) ([]byte, error) {
/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/x509/
Dverify_test.go1961 …ting.T, subject string, key crypto.Signer, mutateTmpl func(*Certificate), certType int, issuer *Ce…
/aosp_15_r20/external/tink/go/jwt/
H A Djwt_signer.go21 type Signer interface { interface
H A Djwt_signer_kid.go31 func newSignerWithKID(ts tink.Signer, algorithm string, customKID *string) (*signerWithKID, error) {
/aosp_15_r20/external/tink/go/tink/
H A Dsigner.go24 type Signer interface { interface
/aosp_15_r20/external/aws-sdk-java-v2/core/sdk-core/src/main/java/software/amazon/awssdk/core/signer/
H A DSigner.java28 public interface Signer { interface
/aosp_15_r20/external/python/google-auth-library-python/google/auth/crypt/
D__init__.py65 Signer = base.Signer variable
Dbase.py50 class Signer(object): class
/aosp_15_r20/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/crypto/
H A DSigner.java8 public interface Signer interface
/aosp_15_r20/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/crypto/
H A DSigner.java8 public interface Signer interface
/aosp_15_r20/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/
H A DSigner.java6 public interface Signer interface
/aosp_15_r20/external/python/google-auth-library-python/google/auth/
Diam.py35 class Signer(crypt.Signer): class
Dapp_engine.py39 class Signer(crypt.Signer): class
/aosp_15_r20/external/tink/go/internal/signature/
H A Drsa.go99 func validateSignerVerifier(signer tink.Signer, verifier tink.Verifier) error {
/aosp_15_r20/external/vboot_reference/scripts/image_signing/
H A Dsign_uefi.py72 class Signer: class
/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/
Dcrypto.go180 type Signer interface { interface
/aosp_15_r20/tools/apksig/src/main/java/com/android/apksig/internal/apk/v1/
H A DV1SchemeVerifier.java423 static class Signer { class in V1SchemeVerifier
433 private Signer( in Signer() method in V1SchemeVerifier.Signer

12345678910>>...14