Package io.jans.as.model.jwe
Class AbstractJweDecrypter
java.lang.Object
io.jans.as.model.jwe.AbstractJweDecrypter
- All Implemented Interfaces:
JweDecrypter
- Direct Known Subclasses:
JweDecrypterImpl
- Version:
- November 20, 2018
- Author:
- Javier Rojas Blum
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
setBlockEncryptionAlgorithm
(BlockEncryptionAlgorithm blockEncryptionAlgorithm) void
setKeyEncryptionAlgorithm
(KeyEncryptionAlgorithm keyEncryptionAlgorithm) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.jans.as.model.jwe.JweDecrypter
decrypt
-
Constructor Details
-
AbstractJweDecrypter
public AbstractJweDecrypter()
-
-
Method Details
-
getKeyEncryptionAlgorithm
- Specified by:
getKeyEncryptionAlgorithm
in interfaceJweDecrypter
-
setKeyEncryptionAlgorithm
- Specified by:
setKeyEncryptionAlgorithm
in interfaceJweDecrypter
-
getBlockEncryptionAlgorithm
- Specified by:
getBlockEncryptionAlgorithm
in interfaceJweDecrypter
-
setBlockEncryptionAlgorithm
- Specified by:
setBlockEncryptionAlgorithm
in interfaceJweDecrypter
-