Class SMIMEOutput

java.lang.Object
org.jboss.resteasy.security.smime.SMIMEOutput
Direct Known Subclasses:
EnvelopedOutput, SignedOutput

public class SMIMEOutput extends Object
Version:
$Revision: 1 $
Author:
Bill Burke
  • Field Details

    • entity

      protected Object entity
    • genericType

      protected Type genericType
    • type

      protected Class type
    • mediaType

      protected jakarta.ws.rs.core.MediaType mediaType
    • certificate

      protected X509Certificate certificate
  • Constructor Details

    • SMIMEOutput

      public SMIMEOutput(Object obj, String mediaType)
    • SMIMEOutput

      public SMIMEOutput(Object obj, jakarta.ws.rs.core.MediaType mediaType)
  • Method Details

    • getEntity

      public Object getEntity()
    • setEntity

      public void setEntity(Object entity)
    • getGenericType

      public Type getGenericType()
    • setGenericType

      public void setGenericType(Type genericType)
    • getType

      public Class getType()
    • setType

      public void setType(Class type)
    • 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

      public void setMediaType(String mediaType)
    • getCertificate

      public X509Certificate getCertificate()
    • setCertificate

      public void setCertificate(X509Certificate certificate)