Package org.gluu.oxauth.model.jwe
Class AbstractJweEncrypter
- java.lang.Object
-
- org.gluu.oxauth.model.jwe.AbstractJweEncrypter
-
- All Implemented Interfaces:
JweEncrypter
- Direct Known Subclasses:
JweEncrypterImpl
public abstract class AbstractJweEncrypter extends java.lang.Object implements JweEncrypter
- Version:
- November 20, 2018
- Author:
- Javier Rojas Blum
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
AbstractJweEncrypter(KeyEncryptionAlgorithm keyEncryptionAlgorithm, BlockEncryptionAlgorithm blockEncryptionAlgorithm)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BlockEncryptionAlgorithm
getBlockEncryptionAlgorithm()
KeyEncryptionAlgorithm
getKeyEncryptionAlgorithm()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.gluu.oxauth.model.jwe.JweEncrypter
encrypt
-
-
-
-
Constructor Detail
-
AbstractJweEncrypter
protected AbstractJweEncrypter(KeyEncryptionAlgorithm keyEncryptionAlgorithm, BlockEncryptionAlgorithm blockEncryptionAlgorithm)
-
-
Method Detail
-
getKeyEncryptionAlgorithm
public KeyEncryptionAlgorithm getKeyEncryptionAlgorithm()
-
getBlockEncryptionAlgorithm
public BlockEncryptionAlgorithm getBlockEncryptionAlgorithm()
-
-