Home
last modified time | relevance | path

Searched defs:rsaPublicKey (Results 1 – 25 of 108) sorted by relevance

12345

/aosp_15_r20/external/tink/java_src/src/test/java/com/google/crypto/tink/hybrid/subtle/
H A DRsaKemHybridDecryptTest.java52 RSAPublicKey rsaPublicKey = (RSAPublicKey) keyPair.getPublic(); in decrypt_modifiedCiphertext() local
82 RSAPublicKey rsaPublicKey = (RSAPublicKey) keyPair.getPublic(); in decrypt_modifiedContext() local
111 RSAPublicKey rsaPublicKey = (RSAPublicKey) keyPair.getPublic(); in decrypt_modifiedSalt() local
H A DRsaKemHybridEncryptTest.java54 RSAPublicKey rsaPublicKey = (RSAPublicKey) keyPair.getPublic(); in encrypt_decrypt_success() local
86 RSAPublicKey rsaPublicKey = (RSAPublicKey) keyPair.getPublic(); in constructor_shortKey() local
/aosp_15_r20/external/conscrypt/common/src/main/java/org/conscrypt/
H A DOpenSSLSignatureRawRSA.java112 OpenSSLRSAPublicKey rsaPublicKey = (OpenSSLRSAPublicKey) publicKey; in engineInitVerify() local
115 RSAPublicKey rsaPublicKey = (RSAPublicKey) publicKey; in engineInitVerify() local
H A DOpenSSLCipherRSA.java193 OpenSSLRSAPublicKey rsaPublicKey = (OpenSSLRSAPublicKey) key; in engineInitInternal() local
197 RSAPublicKey rsaPublicKey = (RSAPublicKey) key; in engineInitInternal() local
H A DOpenSSLRSAPublicKey.java69 static OpenSSLKey getInstance(RSAPublicKey rsaPublicKey) throws InvalidKeyException { in getInstance()
/aosp_15_r20/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/
H A DOpenSSLSignatureRawRSA.java114 OpenSSLRSAPublicKey rsaPublicKey = (OpenSSLRSAPublicKey) publicKey; in engineInitVerify() local
117 RSAPublicKey rsaPublicKey = (RSAPublicKey) publicKey; in engineInitVerify() local
H A DOpenSSLCipherRSA.java197 OpenSSLRSAPublicKey rsaPublicKey = (OpenSSLRSAPublicKey) key; in engineInitInternal() local
201 RSAPublicKey rsaPublicKey = (RSAPublicKey) key; in engineInitInternal() local
H A DOpenSSLRSAPublicKey.java71 static OpenSSLKey getInstance(RSAPublicKey rsaPublicKey) throws InvalidKeyException { in getInstance()
/aosp_15_r20/tools/apkzlib/src/test/java/com/android/tools/build/apkzlib/sign/
H A DSignatureTestUtils.java109 RSAPublicKey rsaPublicKey = (RSAPublicKey) keyPair.getPublic(); in generateSignature() local
/aosp_15_r20/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/jcajce/provider/asymmetric/rsa/
H A DBCRSAPublicKey.java33 private transient RSAKeyParameters rsaPublicKey; field in BCRSAPublicKey
/aosp_15_r20/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/rsa/
H A DBCRSAPublicKey.java29 private transient RSAKeyParameters rsaPublicKey; field in BCRSAPublicKey
/aosp_15_r20/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/jcajce/provider/asymmetric/rsa/
H A DBCRSAPublicKey.java33 private transient RSAKeyParameters rsaPublicKey; field in BCRSAPublicKey
/aosp_15_r20/external/tink/java_src/src/test/java/com/google/crypto/tink/signature/
H A DKeyConversionTest.java127 RSAPublicKey rsaPublicKey = (RSAPublicKey) publicKey; in signAndVerifyUsingJavaRSAKeys() local
H A DSignaturePemKeysetReaderTest.java276 RSAPublicKey rsaPublicKey = in read_twoPEMs_oneRSAPublicKey_oneECPublicKey_shouldWork() local
/aosp_15_r20/cts/tests/tests/keystore/src/android/keystore/cts/
H A DKeyPairGeneratorTest.java953 RSAPublicKey rsaPublicKey = (RSAPublicKey) publicKey; in testRSA_Key_Quality_Not_Perfect_SquareHelper() local
972 RSAPublicKey rsaPublicKey = (RSAPublicKey) publicKey; in testRSA_Key_Quality_Public_Modulus_GCD_Is_One_Helper() local
980 RSAPublicKey rsaPublicKey = (RSAPublicKey) publicKey; in testRSA_Key_Quality_Public_Modulus_GCD_Is_One_Helper() local
H A DKeyFactoryTest.java275 RSAPublicKey rsaPublicKey = (RSAPublicKey) publicKey; in testGetKeySpecWithKeystorePublicKeyAcceptsTransparentKeySpec() local
/aosp_15_r20/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiKeyStore.java415 final RSAPublicKey rsaPublicKey = (RSAPublicKey) x509Certificate.getPublicKey(); in getSuiteBCipherFromCert() local
/aosp_15_r20/packages/modules/Wifi/framework/java/android/net/wifi/
DWifiEnterpriseConfig.java1934 final RSAPublicKey rsaPublicKey = (RSAPublicKey) x509Certificate.getPublicKey(); in isSuiteBCipherCert() local
/aosp_15_r20/tools/apksig/src/main/java/com/android/apksig/internal/apk/
H A DApkSigningBlockUtils.java687 RSAPublicKey rsaPublicKey = Asn1BerParser.parse(subjectPublicKeyBuffer, in encodePublicKey() local
/aosp_15_r20/prebuilts/module_sdk/conscrypt/current/host-exports/java/linux_glibc/
Dconscrypt-unbundled.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/conscrypt/ org/ ...
/aosp_15_r20/out/soong/.intermediates/external/conscrypt/conscrypt-unbundled/linux_glibc_common/local-javac-header/
Dconscrypt-unbundled.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/conscrypt/ org/ ...
/aosp_15_r20/out/soong/.intermediates/external/conscrypt/conscrypt-unbundled/linux_glibc_common/javac/
Dconscrypt-unbundled.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/conscrypt/ org/ ...
/aosp_15_r20/prebuilts/module_sdk/conscrypt/current/host-exports/java/linux_bionic/
Dconscrypt-unbundled.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/conscrypt/ org/ ...
/aosp_15_r20/prebuilts/module_sdk/conscrypt/current/java/
Dconscrypt.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/net/ android/ ...
/aosp_15_r20/prebuilts/module_sdk/conscrypt/1/java/
Dconscrypt.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/net/ android/ ...

12345