org.jboss.resteasy.security.smime
Class SignedOutput

java.lang.Object
  extended by org.jboss.resteasy.security.smime.SMIMEOutput
      extended by org.jboss.resteasy.security.smime.SignedOutput

public class SignedOutput
extends SMIMEOutput

Version:
$Revision: 1 $
Author:
Bill Burke

Field Summary
protected  PrivateKey privateKey
           
 
Fields inherited from class org.jboss.resteasy.security.smime.SMIMEOutput
certificate, entity, genericType, mediaType, type
 
Constructor Summary
SignedOutput(Object obj, MediaType mediaType)
           
SignedOutput(Object obj, String mediaType)
           
 
Method Summary
 X509Certificate getCertificate()
           
 Object getEntity()
           
 Type getGenericType()
           
 MediaType getMediaType()
           
 PrivateKey getPrivateKey()
           
 Class getType()
           
 void setCertificate(X509Certificate certificate)
           
 void setEntity(Object entity)
           
 void setGenericType(Type genericType)
           
 void setMediaType(MediaType mediaType)
           
 void setMediaType(String mediaType)
           
 void setPrivateKey(PrivateKey privateKey)
           
 void setType(Class type)
           
 void setType(GenericType t)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

privateKey

protected PrivateKey privateKey
Constructor Detail

SignedOutput

public SignedOutput(Object obj,
                    String mediaType)

SignedOutput

public SignedOutput(Object obj,
                    MediaType mediaType)
Method Detail

getPrivateKey

public PrivateKey getPrivateKey()

setPrivateKey

public void setPrivateKey(PrivateKey privateKey)

getEntity

public Object getEntity()
Overrides:
getEntity in class SMIMEOutput

setEntity

public void setEntity(Object entity)
Overrides:
setEntity in class SMIMEOutput

getGenericType

public Type getGenericType()
Overrides:
getGenericType in class SMIMEOutput

setGenericType

public void setGenericType(Type genericType)
Overrides:
setGenericType in class SMIMEOutput

getType

public Class getType()
Overrides:
getType in class SMIMEOutput

setType

public void setType(Class type)
Overrides:
setType in class SMIMEOutput

setType

public void setType(GenericType t)
Overrides:
setType in class SMIMEOutput

getMediaType

public MediaType getMediaType()
Overrides:
getMediaType in class SMIMEOutput

setMediaType

public void setMediaType(MediaType mediaType)
Overrides:
setMediaType in class SMIMEOutput

setMediaType

public void setMediaType(String mediaType)
Overrides:
setMediaType in class SMIMEOutput

getCertificate

public X509Certificate getCertificate()
Overrides:
getCertificate in class SMIMEOutput

setCertificate

public void setCertificate(X509Certificate certificate)
Overrides:
setCertificate in class SMIMEOutput


Copyright © 2011. All Rights Reserved.