Class SMIMEOutput
java.lang.Object
org.jboss.resteasy.security.smime.SMIMEOutput
-
Field Summary
Modifier and TypeFieldDescriptionprotected X509Certificate
protected Object
protected Type
protected jakarta.ws.rs.core.MediaType
protected Class
-
Constructor Summary
ConstructorDescriptionSMIMEOutput
(Object obj, jakarta.ws.rs.core.MediaType mediaType) SMIMEOutput
(Object obj, String mediaType) -
Method Summary
Modifier and TypeMethodDescriptionjakarta.ws.rs.core.MediaType
getType()
void
setCertificate
(X509Certificate certificate) void
void
setGenericType
(Type genericType) void
setMediaType
(jakarta.ws.rs.core.MediaType mediaType) void
setMediaType
(String mediaType) void
setType
(jakarta.ws.rs.core.GenericType t) void
-
Field Details
-
entity
-
genericType
-
type
-
mediaType
protected jakarta.ws.rs.core.MediaType mediaType -
certificate
-
-
Constructor Details
-
SMIMEOutput
-
SMIMEOutput
-
-
Method Details
-
getEntity
-
setEntity
-
getGenericType
-
setGenericType
-
getType
-
setType
-
setType
public void setType(jakarta.ws.rs.core.GenericType t) -
getMediaType
public jakarta.ws.rs.core.MediaType getMediaType() -
setMediaType
public void setMediaType(jakarta.ws.rs.core.MediaType mediaType) -
setMediaType
-
getCertificate
-
setCertificate
-