Class EnvelopedOutput
- java.lang.Object
-
- org.jboss.resteasy.security.smime.SMIMEOutput
-
- org.jboss.resteasy.security.smime.EnvelopedOutput
-
public class EnvelopedOutput extends SMIMEOutput
- Version:
- $Revision: 1 $
- Author:
- Bill Burke
-
-
Field Summary
-
Fields inherited from class org.jboss.resteasy.security.smime.SMIMEOutput
certificate, entity, genericType, mediaType, type
-
-
Constructor Summary
Constructors Constructor Description EnvelopedOutput(Object obj, String mediaType)
EnvelopedOutput(Object obj, javax.ws.rs.core.MediaType mediaType)
-
Method Summary
-
Methods inherited from class org.jboss.resteasy.security.smime.SMIMEOutput
getCertificate, getEntity, getGenericType, getMediaType, getType, setCertificate, setEntity, setGenericType, setMediaType, setMediaType, setType, setType
-
-