Home
last modified time | relevance | path

Searched defs:publicExponent (Results 1 – 25 of 28) sorted by relevance

12

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/params/
DRSAKeyGenerationParameters.java11 private BigInteger publicExponent; field in RSAKeyGenerationParameters
15 BigInteger publicExponent, in RSAKeyGenerationParameters()
DRSAPrivateCrtKeyParameters.java20 BigInteger publicExponent, in RSAPrivateCrtKeyParameters()
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/crypto/params/
DRSAKeyGenerationParameters.java15 private BigInteger publicExponent; field in RSAKeyGenerationParameters
19 BigInteger publicExponent, in RSAKeyGenerationParameters()
DRSAPrivateCrtKeyParameters.java24 BigInteger publicExponent, in RSAPrivateCrtKeyParameters()
/external/conscrypt/common/src/main/java/org/conscrypt/
DOpenSSLRSAKeyPairGenerator.java38 private byte[] publicExponent = new byte[] { field in OpenSSLRSAKeyPairGenerator
72 final BigInteger publicExponent = spec.getPublicExponent(); in initialize() local
DOpenSSLRSAPrivateCrtKey.java36 private BigInteger publicExponent; field in OpenSSLRSAPrivateCrtKey
77 final BigInteger publicExponent = rsaKeySpec.getPublicExponent(); in init() local
123 final BigInteger publicExponent = rsaPrivateKey.getPublicExponent(); in getInstance() local
DOpenSSLRSAPublicKey.java38 private BigInteger publicExponent; field in OpenSSLRSAPublicKey
DOpenSSLRSAKeyFactory.java203 BigInteger publicExponent = rsaKey.getPublicExponent(); in engineTranslateKey() local
/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/
DOpenSSLRSAKeyPairGenerator.java41 private byte[] publicExponent = new byte[] { field in OpenSSLRSAKeyPairGenerator
78 final BigInteger publicExponent = spec.getPublicExponent(); in initialize() local
DOpenSSLRSAPrivateCrtKey.java37 private BigInteger publicExponent; field in OpenSSLRSAPrivateCrtKey
78 final BigInteger publicExponent = rsaKeySpec.getPublicExponent(); in init() local
124 final BigInteger publicExponent = rsaPrivateKey.getPublicExponent(); in getInstance() local
DOpenSSLRSAPublicKey.java40 private BigInteger publicExponent; field in OpenSSLRSAPublicKey
DOpenSSLRSAKeyFactory.java208 BigInteger publicExponent = rsaKey.getPublicExponent(); in engineTranslateKey() local
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/pkcs/
DRSAPublicKey.java18 private BigInteger publicExponent; field in RSAPublicKey
45 BigInteger publicExponent) in RSAPublicKey()
DRSAPrivateKeyStructure.java22 private BigInteger publicExponent; field in RSAPrivateKeyStructure
55 BigInteger publicExponent, in RSAPrivateKeyStructure()
DRSAPrivateKey.java19 private BigInteger publicExponent; field in RSAPrivateKey
53 BigInteger publicExponent, in RSAPrivateKey()
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/x509/
DRSAPublicKeyStructure.java23 private BigInteger publicExponent; field in RSAPublicKeyStructure
50 BigInteger publicExponent) in RSAPublicKeyStructure()
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/pkcs/
DRSAPublicKey.java22 private BigInteger publicExponent; field in RSAPublicKey
49 BigInteger publicExponent) in RSAPublicKey()
DRSAPrivateKey.java23 private BigInteger publicExponent; field in RSAPrivateKey
57 BigInteger publicExponent, in RSAPrivateKey()
DRSAPrivateKeyStructure.java24 private BigInteger publicExponent; field in RSAPrivateKeyStructure
57 BigInteger publicExponent, in RSAPrivateKeyStructure()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
DRSAPublicKeyStructure.java21 private BigInteger publicExponent; field in RSAPublicKeyStructure
48 BigInteger publicExponent) in RSAPublicKeyStructure()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/rsa/
DBCRSAPrivateCrtKey.java26 private BigInteger publicExponent; field in BCRSAPrivateCrtKey
DBCRSAPublicKey.java26 private BigInteger publicExponent; field in BCRSAPublicKey
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/jcajce/provider/asymmetric/rsa/
DBCRSAPrivateCrtKey.java28 private BigInteger publicExponent; field in BCRSAPrivateCrtKey
DBCRSAPublicKey.java30 private BigInteger publicExponent; field in BCRSAPublicKey
/external/nos/host/android/hals/keymaster/
Dimport_key.cpp69 const uint64_t *publicExponent = nullptr; in import_key_rsa() local

12