T
- the parameters type associated with the final implementation of this encryptor.public abstract class FipsOutputEncryptor<T extends Parameters> extends java.lang.Object implements OutputEncryptor<T>
Modifier and Type | Method and Description |
---|---|
abstract CipherOutputStream |
getEncryptingStream(java.io.OutputStream out)
Return a stream which will encrypt it's input writing the results to out.
|
abstract T |
getParameters()
Return the parameters for this cipher.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getMaxOutputSize, getUpdateOutputSize
public abstract T getParameters()
OutputCipher
getParameters
in interface OutputCipher<T extends Parameters>
public abstract CipherOutputStream getEncryptingStream(java.io.OutputStream out)
OutputEncryptor
getEncryptingStream
in interface OutputEncryptor<T extends Parameters>
out
- the output stream to collect the encrypted data in.