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 TypeMethodDescriptionvoidsetBlockEncryptionAlgorithm(BlockEncryptionAlgorithm blockEncryptionAlgorithm) voidsetKeyEncryptionAlgorithm(KeyEncryptionAlgorithm keyEncryptionAlgorithm) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.jans.as.model.jwe.JweDecrypter
decrypt
-
Constructor Details
-
AbstractJweDecrypter
public AbstractJweDecrypter()
-
-
Method Details
-
getKeyEncryptionAlgorithm
- Specified by:
getKeyEncryptionAlgorithmin interfaceJweDecrypter
-
setKeyEncryptionAlgorithm
- Specified by:
setKeyEncryptionAlgorithmin interfaceJweDecrypter
-
getBlockEncryptionAlgorithm
- Specified by:
getBlockEncryptionAlgorithmin interfaceJweDecrypter
-
setBlockEncryptionAlgorithm
- Specified by:
setBlockEncryptionAlgorithmin interfaceJweDecrypter
-