Searched refs:getMaxSupportedPlaintextInputSizeBytes (Results 1 – 3 of 3) sorted by relevance
60 TestUtils.getMaxSupportedPlaintextInputSizeBytes(algorithm, keySize); in testRsaCipher()
1042 … public static int getMaxSupportedPlaintextInputSizeBytes(String transformation, int keySizeBits) { in getMaxSupportedPlaintextInputSizeBytes() method in TestUtils1062 public static int getMaxSupportedPlaintextInputSizeBytes(String transformation, Key key) { in getMaxSupportedPlaintextInputSizeBytes() method in TestUtils1068 return getMaxSupportedPlaintextInputSizeBytes(transformation, getKeySizeBits(key)); in getMaxSupportedPlaintextInputSizeBytes()
1056 TestUtils.getMaxSupportedPlaintextInputSizeBytes( in testMaxSizedPlaintextSupported()1136 TestUtils.getMaxSupportedPlaintextInputSizeBytes( in testLargerThanMaxSizedPlaintextRejected()2070 TestUtils.getMaxSupportedPlaintextInputSizeBytes( in truncatePlaintextIfNecessary()