Home
last modified time | relevance | path

Searched refs:privateExponent (Results 1 – 19 of 19) sorted by relevance

/external/conscrypt/common/src/main/java/org/conscrypt/
DOpenSSLRSAPrivateKey.java47 protected BigInteger privateExponent; field in OpenSSLRSAPrivateKey
70 final BigInteger privateExponent = rsaKeySpec.getPrivateExponent(); in init() local
74 } else if (privateExponent == null) { in init()
82 privateExponent.toByteArray(), in init()
142 final BigInteger privateExponent = rsaPrivateKey.getPrivateExponent(); in getInstance() local
146 } else if (privateExponent == null) { in getInstance()
154 privateExponent.toByteArray(), in getInstance()
184 privateExponent = new BigInteger(params[2]); in readParams()
191 return privateExponent; in getPrivateExponent()
231 && privateExponent.equals(other.getPrivateExponent()); in equals()
[all …]
DOpenSSLRSAPrivateCrtKey.java65 BigInteger privateExponent = rsaKeySpec.getPrivateExponent(); in init() local
69 } else if (privateExponent == null) { in init()
90 privateExponent.toByteArray(), in init()
111 BigInteger privateExponent = rsaPrivateKey.getPrivateExponent(); in getInstance() local
115 } else if (privateExponent == null) { in getInstance()
136 privateExponent.toByteArray(), in getInstance()
274 privateExponent.toByteArray(), in readObject()
DOpenSSLRSAKeyFactory.java206 BigInteger privateExponent = rsaKey.getPrivateExponent(); in engineTranslateKey() local
215 privateExponent, primeP, primeQ, primeExponentP, primeExponentQ, in engineTranslateKey()
223 BigInteger privateExponent = rsaKey.getPrivateExponent(); in engineTranslateKey() local
226 return engineGeneratePrivate(new RSAPrivateKeySpec(modulus, privateExponent)); in engineTranslateKey()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/rsa/
DBCRSAPrivateKey.java29 protected BigInteger privateExponent; field in BCRSAPrivateKey
41 this.privateExponent = key.getExponent(); in BCRSAPrivateKey()
48 this.privateExponent = spec.getPrivateExponent(); in BCRSAPrivateKey()
55 this.privateExponent = key.getPrivateExponent(); in BCRSAPrivateKey()
61 this.privateExponent = key.getPrivateExponent(); in BCRSAPrivateKey()
71 return privateExponent; in getPrivateExponent()
DBCRSAPrivateCrtKey.java61 this.privateExponent = spec.getPrivateExponent(); in BCRSAPrivateCrtKey()
79 this.privateExponent = key.getPrivateExponent(); in BCRSAPrivateCrtKey()
105 this.privateExponent = key.getPrivateExponent(); in BCRSAPrivateCrtKey()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/pkcs/
DRSAPrivateKey.java20 private BigInteger privateExponent; field in RSAPrivateKey
54 BigInteger privateExponent, in RSAPrivateKey() argument
64 this.privateExponent = privateExponent; in RSAPrivateKey()
86 privateExponent = ((ASN1Integer)e.nextElement()).getValue(); in RSAPrivateKey()
116 return privateExponent; in getPrivateExponent()
DRSAPrivateKeyStructure.java23 private BigInteger privateExponent; field in RSAPrivateKeyStructure
56 BigInteger privateExponent, in RSAPrivateKeyStructure() argument
66 this.privateExponent = privateExponent; in RSAPrivateKeyStructure()
88 privateExponent = ((ASN1Integer)e.nextElement()).getValue(); in RSAPrivateKeyStructure()
118 return privateExponent; in getPrivateExponent()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/params/
DRSAPrivateCrtKeyParameters.java21 BigInteger privateExponent, in RSAPrivateCrtKeyParameters() argument
28 super(true, modulus, privateExponent); in RSAPrivateCrtKeyParameters()
/external/tpm2/
DGlobal.h182 TPM2B_PUBLIC_KEY_RSA privateExponent; // Additional field for the private member
DNV.c1135 result = TPM2B_PUBLIC_KEY_RSA_Unmarshal(&o->privateExponent, buf, size); in NvUnmarshalObject()
1598 marshaledSize += TPM2B_PUBLIC_KEY_RSA_Marshal(&o->privateExponent, in NvMarshalObject()
DCryptUtil.c792 if(rsaKey->attributes.publicOnly || rsaKey->privateExponent.t.size == 0) in BuildRSA()
795 key->privateKey = &(rsaKey->privateExponent.b); in BuildRSA()
910 result = CryptTestKeyRSA(&(rsaKey->privateExponent.b), in CryptLoadPrivateRSA()
/external/google-tv-pairing-protocol/java/jar/
Dbcprov-jdk15-143.jarMETA-INF/MANIFEST.MF META-INF/BCKEY.SF META-INF/BCKEY ...
/external/robolectric/v3/runtime/
Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/external/robolectric/v1/lib/main/
Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...