DecryptionTraitV2
Table of Contents
- getStrippedCiphertextStream() : mixed
- getTagFromCiphertextStream() : mixed
- validateOptionsAndEnvelope() : mixed
Methods
getStrippedCiphertextStream()
private
getStrippedCiphertextStream(StreamInterface $cipherText, mixed $tagLength) : mixed
Parameters
- $cipherText : StreamInterface
- $tagLength : mixed
Return values
mixed —getTagFromCiphertextStream()
private
getTagFromCiphertextStream(StreamInterface $cipherText, mixed $tagLength) : mixed
Parameters
- $cipherText : StreamInterface
- $tagLength : mixed
Return values
mixed —validateOptionsAndEnvelope()
private
validateOptionsAndEnvelope(mixed $options, mixed $envelope) : mixed
Parameters
- $options : mixed
- $envelope : mixed