Package io.jans.as.model.jwe
Class JweDecrypterImpl
- java.lang.Object
-
- io.jans.as.model.jwe.AbstractJweDecrypter
-
- io.jans.as.model.jwe.JweDecrypterImpl
-
- All Implemented Interfaces:
JweDecrypter
public class JweDecrypterImpl extends AbstractJweDecrypter
- Version:
- November 20, 2018
- Author:
- Javier Rojas Blum
-
-
Constructor Summary
Constructors Constructor Description JweDecrypterImpl(byte[] sharedSymmetricKey)
JweDecrypterImpl(java.security.PrivateKey privateKey)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Jwe
decrypt(java.lang.String encryptedJwe)
-
Methods inherited from class io.jans.as.model.jwe.AbstractJweDecrypter
getBlockEncryptionAlgorithm, getKeyEncryptionAlgorithm, setBlockEncryptionAlgorithm, setKeyEncryptionAlgorithm
-
-
-
-
Method Detail
-
decrypt
public Jwe decrypt(java.lang.String encryptedJwe) throws InvalidJweException
- Throws:
InvalidJweException
-
-