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
- Version:
- November 20, 2018
- Author:
- Javier Rojas Blum
-
Constructor Summary
ConstructorsConstructorDescriptionJweDecrypterImpl
(byte[] sharedSymmetricKey) JweDecrypterImpl
(PrivateKey privateKey) -
Method Summary
Methods inherited from class io.jans.as.model.jwe.AbstractJweDecrypter
getBlockEncryptionAlgorithm, getKeyEncryptionAlgorithm, setBlockEncryptionAlgorithm, setKeyEncryptionAlgorithm
-
Constructor Details
-
JweDecrypterImpl
public JweDecrypterImpl(byte[] sharedSymmetricKey) -
JweDecrypterImpl
-
-
Method Details
-
isFapi
public boolean isFapi() -
setFapi
public void setFapi(boolean fapi) -
decrypt
- Throws:
InvalidJweException
-