public interface AssociatedDataSupplier
getAssociatedData()
Modifier and Type | Method and Description |
---|---|
InputStream |
getAssociatedData()
Returns any data that must be integrity protected (but not encrypted) when performing
AEAD encryption or decryption, or
null if no additional data must be integrity protected. |
InputStream getAssociatedData()
null
if no additional data must be integrity protected.null
if no additional data must be integrity protected.Copyright © 2014–2023 jsonwebtoken.io. All rights reserved.