Class JWEBuilder
java.lang.Object
org.jboss.resteasy.jose.jwe.JWEBuilder
Encrypt content. Default EncryptionMethod is A256CBC_HS512
- Version:
- $Revision: 1 $
- Author:
- Bill Burke
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncontentBytes
(byte[] bytes) contentType
(jakarta.ws.rs.core.MediaType type) contentType
(String type) protected String
encodeHeader
(Algorithm alg) protected byte[]
marshalContent
(Object content, jakarta.ws.rs.core.MediaType marshalTo)
-
Constructor Details
-
JWEBuilder
public JWEBuilder() -
JWEBuilder
public JWEBuilder(jakarta.ws.rs.ext.Providers providers)
-
-
Method Details
-
type
-
contentType
-
contentType
-
contentBytes
-
content
-
content
-
encodeHeader
-
marshalContent
-