Searched refs:plainBuffer (Results 1 – 3 of 3) sorted by relevance
19 private final StringBuffer plainBuffer = new StringBuffer(); field in ANSIBuffer41 return plainBuffer.toString(); in getPlainBuffer()54 plainBuffer.append(str); in append()62 plainBuffer.append(str); in attrib()
4561 byte[] plainBuffer = testString.getBytes(StandardCharsets.US_ASCII); in testDecryptBufferMultipleBlockSize_mustNotThrowException()4564 plainBuffer, 0, plainBuffer.length, encryptedBuffer); in testDecryptBufferMultipleBlockSize_mustNotThrowException()
4563 byte[] plainBuffer = testString.getBytes(StandardCharsets.US_ASCII); in testDecryptBufferMultipleBlockSize_mustNotThrowException()4566 plainBuffer, 0, plainBuffer.length, encryptedBuffer); in testDecryptBufferMultipleBlockSize_mustNotThrowException()