Package io.jans.as.model.jwe
Interface JweDecrypter
- All Known Implementing Classes:
AbstractJweDecrypter,JweDecrypterImpl
public interface JweDecrypter
- Author:
- Javier Rojas Blum Date: 12.04.2012
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetBlockEncryptionAlgorithm(BlockEncryptionAlgorithm blockEncryptionAlgorithm) voidsetKeyEncryptionAlgorithm(KeyEncryptionAlgorithm keyEncryptionAlgorithm)
-
Method Details
-
getKeyEncryptionAlgorithm
KeyEncryptionAlgorithm getKeyEncryptionAlgorithm() -
setKeyEncryptionAlgorithm
-
getBlockEncryptionAlgorithm
BlockEncryptionAlgorithm getBlockEncryptionAlgorithm() -
setBlockEncryptionAlgorithm
-
decrypt
- Throws:
InvalidJweException
-