Package io.jans.as.model.jwe
Class AbstractJweEncrypter
java.lang.Object
io.jans.as.model.jwe.AbstractJweEncrypter
- All Implemented Interfaces:
JweEncrypter
- Direct Known Subclasses:
JweEncrypterImpl
- Version:
- November 20, 2018
- Author:
- Javier Rojas Blum
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
AbstractJweEncrypter
(KeyEncryptionAlgorithm keyEncryptionAlgorithm, BlockEncryptionAlgorithm blockEncryptionAlgorithm) -
Method Summary
Modifier and TypeMethodDescriptionMethods 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.JweEncrypter
encrypt
-
Constructor Details
-
AbstractJweEncrypter
protected AbstractJweEncrypter(KeyEncryptionAlgorithm keyEncryptionAlgorithm, BlockEncryptionAlgorithm blockEncryptionAlgorithm)
-
-
Method Details
-
getKeyEncryptionAlgorithm
-
getBlockEncryptionAlgorithm
-