Searched defs:keySizeBits (Results 1 – 5 of 5) sorted by relevance
81 int keySizeBits = TestUtils.getKeySizeBits(keyPair.getPublic()); in assertNONEwithECDSATruncatesInputToFieldSize() local243 int keySizeBits = TestUtils.getKeySizeBits(keyPair.getPublic()); in assertNONEwithECDSASupportsMessagesShorterThanFieldSize() local
204 int keySizeBits = DEFAULT_KEY_SIZES.get(algorithm); in testInitWithKeySizeThrowsUnsupportedOperationException() local222 int keySizeBits = DEFAULT_KEY_SIZES.get(algorithm); in testInitWithKeySizeAndSecureRandomThrowsUnsupportedOperationException() local
1780 int keySizeBits, ECParameterSpec expectedParams) throws Exception { in assertKeyGenUsingECSizeOnlyUsesCorrectCurve()1785 … int keySizeBits, ECParameterSpec expectedParams, boolean useStrongbox) throws Exception { in assertKeyGenUsingECSizeOnlyUsesCorrectCurve()1850 private void assertKeyGenUsingRSASizeOnlySupported(int keySizeBits) throws Exception { in assertKeyGenUsingRSASizeOnlySupported()1854 …private void assertKeyGenUsingRSASizeOnlySupported(int keySizeBits, boolean useStrongbox) throws E… in assertKeyGenUsingRSASizeOnlySupported()
2516 int keySizeBits = keySizeBytes * 8; in testKeyStore_ImportSupportedSizes_AES() local
1014 public static boolean isKeyLongEnoughForSignatureAlgorithm(String algorithm, int keySizeBits) { in isKeyLongEnoughForSignatureAlgorithm()1049 … public static int getMaxSupportedPlaintextInputSizeBytes(String transformation, int keySizeBits) { in getMaxSupportedPlaintextInputSizeBytes()