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
 PrivateKey getPrivateKey()
           
 void setPrivateKey(PrivateKey privateKey)
           
 
Methods inherited from class org.jboss.resteasy.security.smime.SMIMEOutput
getCertificate, getEntity, getGenericType, getMediaType, getType, setCertificate, setEntity, setGenericType, setMediaType, setMediaType, setType, setType
 
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)


Copyright © 2012. All Rights Reserved.