Searched refs:modulusSizeBits (Results 1 – 1 of 1) sorted by relevance
78 int modulusSizeBits = ((RSAKey) publicKey).getModulus().bitLength(); in testMaxMessageSizeWhenNoDigestUsed() local80 int modulusSizeBytes = (modulusSizeBits + 7) / 8; in testMaxMessageSizeWhenNoDigestUsed()116 throw new RuntimeException("Failed for " + modulusSizeBits + " bit key", e); in testMaxMessageSizeWhenNoDigestUsed()