Package io.jans.as.model.jwe
Interface JweEncrypter
-
- All Known Implementing Classes:
AbstractJweEncrypter
,JweEncrypterImpl
public interface JweEncrypter
- Author:
- Javier Rojas Blum Date: 12.03.2012
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Jwe
encrypt(Jwe jwe)
-
-
-
Method Detail
-
encrypt
Jwe encrypt(Jwe jwe) throws InvalidJweException
- Throws:
InvalidJweException
-
-