Home
last modified time | relevance | path

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

123

/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/crypto/params/
DRSAKeyGenerationParameters.java15 private BigInteger publicExponent; field in RSAKeyGenerationParameters
19 BigInteger publicExponent, in RSAKeyGenerationParameters()
DRSAPrivateCrtKeyParameters.java24 BigInteger publicExponent, in RSAPrivateCrtKeyParameters()
37 BigInteger publicExponent, in RSAPrivateCrtKeyParameters()
/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()
33 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()
37 BigInteger publicExponent, in RSAPrivateCrtKeyParameters()
/external/tink-java/src/main/java/com/google/crypto/tink/jwt/
DJwtRsaSsaPkcs1Parameters.java119 Optional<BigInteger> publicExponent = Optional.of(F4); field in JwtRsaSsaPkcs1Parameters.Builder
152 private void validatePublicExponent(BigInteger publicExponent) in validatePublicExponent()
202 private final BigInteger publicExponent; field in JwtRsaSsaPkcs1Parameters
208 BigInteger publicExponent, in JwtRsaSsaPkcs1Parameters()
DJwtRsaSsaPssParameters.java118 Optional<BigInteger> publicExponent = Optional.of(F4); field in JwtRsaSsaPssParameters.Builder
151 private void validatePublicExponent(BigInteger publicExponent) in validatePublicExponent()
201 private final BigInteger publicExponent; field in JwtRsaSsaPssParameters
207 BigInteger publicExponent, in JwtRsaSsaPssParameters()
/external/tink/java_src/src/main/java/com/google/crypto/tink/jwt/
DJwtRsaSsaPkcs1Parameters.java119 Optional<BigInteger> publicExponent = Optional.of(F4); field in JwtRsaSsaPkcs1Parameters.Builder
152 private void validatePublicExponent(BigInteger publicExponent) in validatePublicExponent()
202 private final BigInteger publicExponent; field in JwtRsaSsaPkcs1Parameters
208 BigInteger publicExponent, in JwtRsaSsaPkcs1Parameters()
DJwtRsaSsaPssParameters.java118 Optional<BigInteger> publicExponent = Optional.of(F4); field in JwtRsaSsaPssParameters.Builder
151 private void validatePublicExponent(BigInteger publicExponent) in validatePublicExponent()
201 private final BigInteger publicExponent; field in JwtRsaSsaPssParameters
207 BigInteger publicExponent, in JwtRsaSsaPssParameters()
/external/tink-java/src/main/java/com/google/crypto/tink/signature/
DRsaSsaPkcs1Parameters.java82 @Nullable private BigInteger publicExponent = F4; field in RsaSsaPkcs1Parameters.Builder
115 private void validatePublicExponent(BigInteger publicExponent) in validatePublicExponent()
163 private final BigInteger publicExponent; field in RsaSsaPkcs1Parameters
168 int modulusSizeBits, BigInteger publicExponent, Variant variant, HashType hashType) { in RsaSsaPkcs1Parameters()
DRsaSsaPssParameters.java82 @Nullable private BigInteger publicExponent = F4; field in RsaSsaPssParameters.Builder
135 private void validatePublicExponent(BigInteger publicExponent) in validatePublicExponent()
194 private final BigInteger publicExponent; field in RsaSsaPssParameters
202 BigInteger publicExponent, in RsaSsaPssParameters()
DSignatureKeyTemplates.java301 HashType hashType, int modulusSize, BigInteger publicExponent, OutputPrefixType prefixType) { in createRsaSsaPkcs1KeyTemplate()
359 BigInteger publicExponent) { in createRsaSsaPssKeyTemplate()
/external/tink/java_src/src/main/java/com/google/crypto/tink/signature/
DRsaSsaPkcs1Parameters.java87 @Nullable private BigInteger publicExponent = F4; field in RsaSsaPkcs1Parameters.Builder
120 private void validatePublicExponent(BigInteger publicExponent) in validatePublicExponent()
168 private final BigInteger publicExponent; field in RsaSsaPkcs1Parameters
173 int modulusSizeBits, BigInteger publicExponent, Variant variant, HashType hashType) { in RsaSsaPkcs1Parameters()
DRsaSsaPssParameters.java82 @Nullable private BigInteger publicExponent = F4; field in RsaSsaPssParameters.Builder
135 private void validatePublicExponent(BigInteger publicExponent) in validatePublicExponent()
194 private final BigInteger publicExponent; field in RsaSsaPssParameters
202 BigInteger publicExponent, in RsaSsaPssParameters()
/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.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
/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/
DOpenSSLRSAKeyPairGenerator.java40 private byte[] publicExponent = new byte[] { field in OpenSSLRSAKeyPairGenerator
76 final BigInteger publicExponent = spec.getPublicExponent(); in initialize() local
DOpenSSLRSAPrivateCrtKey.java38 private BigInteger publicExponent; field in OpenSSLRSAPrivateCrtKey
79 final BigInteger publicExponent = rsaKeySpec.getPublicExponent(); in init() local
125 final BigInteger publicExponent = rsaPrivateKey.getPublicExponent(); in getInstance() local
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/asn1/x509/
DRSAPublicKeyStructure.java23 private BigInteger publicExponent; field in RSAPublicKeyStructure
50 BigInteger publicExponent) in RSAPublicKeyStructure()
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/asn1/pkcs/
DRSAPublicKey.java22 private BigInteger publicExponent; field in RSAPublicKey
49 BigInteger publicExponent) in RSAPublicKey()
/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/bcprov/src/main/java/org/bouncycastle/asn1/x509/
DRSAPublicKeyStructure.java21 private BigInteger publicExponent; field in RSAPublicKeyStructure
48 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()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/pkcs/
DRSAPublicKey.java18 private BigInteger publicExponent; field in RSAPublicKey
45 BigInteger publicExponent) in RSAPublicKey()

123