Interface | Description |
---|---|
Output |
The Output interface abstract the output target of
CryptoOutputStream so that different implementation of output
can be used. |
Class | Description |
---|---|
ChannelOutput |
The ChannelOutput class takes a
WritableByteChannel object and
wraps it as Output object acceptable by
CryptoOutputStream as the output target. |
StreamOutput |
The StreamOutput class takes a
OutputStream object and wraps it
as Output object acceptable by CryptoOutputStream
as the output target. |
Copyright © 2016–2022 The Apache Software Foundation. All rights reserved.