Interface | Description |
---|---|
Input |
The Input interface abstract the input source of
CryptoInputStream so that different implementation of input can
be used. |
Class | Description |
---|---|
ChannelInput |
The ChannelInput class takes a
ReadableByteChannel object and
wraps it as Input object acceptable by
CryptoInputStream . |
StreamInput |
The StreamInput class takes a
InputStream object and wraps it as
Input object acceptable by CryptoInputStream . |
Copyright © 2016–2022 The Apache Software Foundation. All rights reserved.