Home
last modified time | relevance | path

Searched defs:privateExponent (Results 1 – 25 of 313) sorted by relevance

12345678910>>...13

/aosp_15_r20/external/ms-tpm-20-ref/TPMCmd/tpm/include/
H A DCryptRsa.h55 typedef struct privateExponent struct
63 } privateExponent; argument
/aosp_15_r20/libcore/ojluni/src/main/java/java/security/spec/
H A DRSAPrivateKeySpec.java48 private final BigInteger privateExponent; field in RSAPrivateKeySpec
57 public RSAPrivateKeySpec(BigInteger modulus, BigInteger privateExponent) { in RSAPrivateKeySpec()
69 public RSAPrivateKeySpec(BigInteger modulus, BigInteger privateExponent, in RSAPrivateKeySpec()
H A DRSAPrivateCrtKeySpec.java71 BigInteger privateExponent, in RSAPrivateCrtKeySpec()
99 BigInteger privateExponent, in RSAPrivateCrtKeySpec()
H A DRSAMultiPrimePrivateCrtKeySpec.java87 BigInteger privateExponent, in RSAMultiPrimePrivateCrtKeySpec()
129 BigInteger privateExponent, in RSAMultiPrimePrivateCrtKeySpec()
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/14/libcore/ojluni/src/main/java/java/security/spec/
DRSAPrivateKeySpec.java48 private final BigInteger privateExponent; field in RSAPrivateKeySpec
57 public RSAPrivateKeySpec(BigInteger modulus, BigInteger privateExponent) { in RSAPrivateKeySpec()
69 public RSAPrivateKeySpec(BigInteger modulus, BigInteger privateExponent, in RSAPrivateKeySpec()
DRSAPrivateCrtKeySpec.java71 BigInteger privateExponent, in RSAPrivateCrtKeySpec()
99 BigInteger privateExponent, in RSAPrivateCrtKeySpec()
DRSAMultiPrimePrivateCrtKeySpec.java87 BigInteger privateExponent, in RSAMultiPrimePrivateCrtKeySpec()
129 BigInteger privateExponent, in RSAMultiPrimePrivateCrtKeySpec()
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/security/spec/
DRSAPrivateKeySpec.java48 private final BigInteger privateExponent; field in RSAPrivateKeySpec
57 public RSAPrivateKeySpec(BigInteger modulus, BigInteger privateExponent) { in RSAPrivateKeySpec()
69 public RSAPrivateKeySpec(BigInteger modulus, BigInteger privateExponent, in RSAPrivateKeySpec()
DRSAPrivateCrtKeySpec.java71 BigInteger privateExponent, in RSAPrivateCrtKeySpec()
99 BigInteger privateExponent, in RSAPrivateCrtKeySpec()
DRSAMultiPrimePrivateCrtKeySpec.java87 BigInteger privateExponent, in RSAMultiPrimePrivateCrtKeySpec()
129 BigInteger privateExponent, in RSAMultiPrimePrivateCrtKeySpec()
/aosp_15_r20/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/
H A DOpenSSLRSAPrivateKey.java46 BigInteger privateExponent; field in OpenSSLRSAPrivateKey
69 final BigInteger privateExponent = rsaKeySpec.getPrivateExponent(); in init() local
136 final BigInteger privateExponent = rsaPrivateKey.getPrivateExponent(); in getInstance() local
H A DOpenSSLRSAKeyFactory.java207 BigInteger privateExponent = rsaKey.getPrivateExponent(); in engineTranslateKey() local
224 BigInteger privateExponent = rsaKey.getPrivateExponent(); in engineTranslateKey() local
H A DOpenSSLRSAPrivateCrtKey.java64 BigInteger privateExponent = rsaKeySpec.getPrivateExponent(); in init() local
110 BigInteger privateExponent = rsaPrivateKey.getPrivateExponent(); in getInstance() local
/aosp_15_r20/external/conscrypt/common/src/main/java/org/conscrypt/
H A DOpenSSLRSAPrivateKey.java45 BigInteger privateExponent; field in OpenSSLRSAPrivateKey
68 final BigInteger privateExponent = rsaKeySpec.getPrivateExponent(); in init() local
135 final BigInteger privateExponent = rsaPrivateKey.getPrivateExponent(); in getInstance() local
H A DOpenSSLRSAKeyFactory.java204 BigInteger privateExponent = rsaKey.getPrivateExponent(); in engineTranslateKey() local
221 BigInteger privateExponent = rsaKey.getPrivateExponent(); in engineTranslateKey() local
H A DOpenSSLRSAPrivateCrtKey.java63 BigInteger privateExponent = rsaKeySpec.getPrivateExponent(); in init() local
109 BigInteger privateExponent = rsaPrivateKey.getPrivateExponent(); in getInstance() local
/aosp_15_r20/libcore/ojluni/annotations/flagged_api/java/security/spec/
H A DRSAPrivateKeySpec.annotated.java32 public RSAPrivateKeySpec(java.math.BigInteger modulus, java.math.BigInteger privateExponent) { thro… in RSAPrivateKeySpec()
35 public RSAPrivateKeySpec(java.math.BigInteger modulus, java.math.BigInteger privateExponent, java.s… in RSAPrivateKeySpec()
H A DRSAPrivateCrtKeySpec.annotated.java32 ….BigInteger modulus, java.math.BigInteger publicExponent, java.math.BigInteger privateExponent, ja… in RSAPrivateCrtKeySpec()
35 ….BigInteger modulus, java.math.BigInteger publicExponent, java.math.BigInteger privateExponent, ja… in RSAPrivateCrtKeySpec()
H A DRSAMultiPrimePrivateCrtKeySpec.annotated.java32 ….BigInteger modulus, java.math.BigInteger publicExponent, java.math.BigInteger privateExponent, ja… in RSAMultiPrimePrivateCrtKeySpec()
35 ….BigInteger modulus, java.math.BigInteger publicExponent, java.math.BigInteger privateExponent, ja… in RSAMultiPrimePrivateCrtKeySpec()
/aosp_15_r20/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/pkcs/
H A DRSAPrivateKey.java20 private BigInteger privateExponent; field in RSAPrivateKey
54 BigInteger privateExponent, in RSAPrivateKey()
H A DRSAPrivateKeyStructure.java23 private BigInteger privateExponent; field in RSAPrivateKeyStructure
56 BigInteger privateExponent, in RSAPrivateKeyStructure()
/aosp_15_r20/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/pkcs/
H A DRSAPrivateKey.java24 private BigInteger privateExponent; field in RSAPrivateKey
58 BigInteger privateExponent, in RSAPrivateKey()
H A DRSAPrivateKeyStructure.java25 private BigInteger privateExponent; field in RSAPrivateKeyStructure
58 BigInteger privateExponent, in RSAPrivateKeyStructure()
/aosp_15_r20/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/asn1/pkcs/
H A DRSAPrivateKey.java24 private BigInteger privateExponent; field in RSAPrivateKey
58 BigInteger privateExponent, in RSAPrivateKey()
H A DRSAPrivateKeyStructure.java25 private BigInteger privateExponent; field in RSAPrivateKeyStructure
58 BigInteger privateExponent, in RSAPrivateKeyStructure()

12345678910>>...13