|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TemporaryByteArrayFactory
Creates temporary byte array instances necessary for the
SslConnection to decipher data.
| Method Summary | |
|---|---|
byte[] |
createDestinationByteArray(int minimumSize)
Creates a byte array that will be at least the size
specified (it may however be bigger to allow reuse of
byte array instances). |
byte[] |
createSourceByteArray(int minimumSize)
Creates a byte array that will be at least the size
specified (it may however be bigger to allow reuse of
byte array instances). |
| Method Detail |
|---|
byte[] createSourceByteArray(int minimumSize)
Creates a byte array that will be at least the size
specified (it may however be bigger to allow reuse of
byte array instances).
This will always be a different byte array to that returned
from other methods of this interface.
minimumSize - Minimum size for the returned byte array.
byte array.byte[] createDestinationByteArray(int minimumSize)
Creates a byte array that will be at least the size
specified (it may however be bigger to allow reuse of
byte array instances).
This will always be a different byte array to that returned
from other methods of this interface.
minimumSize - Minimum size for the returned byte array.
byte array.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||