Searched refs:RSA2048_MODULUS_BITS (Results 1 – 1 of 1) sorted by relevance
114 private static final int RSA2048_MODULUS_BITS = 2048; field in PublicKeyProtoUtil303 if (n.bitLength() != RSA2048_MODULUS_BITS) { in parseRsa2048PublicKey()539 keygen.initialize(RSA2048_MODULUS_BITS); in getRsaKeyGen()