Class GordianStreamCipherSpecBuilder
java.lang.Object
io.github.tonywasher.joceanus.gordianknot.api.cipher.GordianStreamCipherSpecBuilder
The StreamCipherSpec Builder class.
-
Method Summary
Modifier and TypeMethodDescriptionstatic GordianStreamCipherSpecstream(GordianStreamKeySpec pKeySpec) Create a streamCipherSpec.static GordianStreamCipherSpecstream(GordianStreamKeySpec pKeySpec, boolean pAAD) Create a streamCipherSpec.
-
Method Details
-
stream
Create a streamCipherSpec.- Parameters:
pKeySpec- the keySpec- Returns:
- the cipherSpec
-
stream
Create a streamCipherSpec.- Parameters:
pKeySpec- the keySpecpAAD- is this an AAD cipher?- Returns:
- the cipherSpec
-