Class SignedOutput
- java.lang.Object
 - 
- org.jboss.resteasy.security.smime.SMIMEOutput
 - 
- org.jboss.resteasy.security.smime.SignedOutput
 
 
 
- 
public class SignedOutput extends SMIMEOutput
- Version:
 - $Revision: 1 $
 - Author:
 - Bill Burke
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description protected PrivateKeyprivateKey- 
Fields inherited from class org.jboss.resteasy.security.smime.SMIMEOutput
certificate, entity, genericType, mediaType, type 
 - 
 
- 
Constructor Summary
Constructors Constructor Description SignedOutput(Object obj, String mediaType)SignedOutput(Object obj, javax.ws.rs.core.MediaType mediaType) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PrivateKeygetPrivateKey()voidsetPrivateKey(PrivateKey privateKey)- 
Methods inherited from class org.jboss.resteasy.security.smime.SMIMEOutput
getCertificate, getEntity, getGenericType, getMediaType, getType, setCertificate, setEntity, setGenericType, setMediaType, setMediaType, setType, setType 
 - 
 
 - 
 
- 
- 
Field Detail
- 
privateKey
protected PrivateKey privateKey
 
 - 
 
- 
Method Detail
- 
getPrivateKey
public PrivateKey getPrivateKey()
 
- 
setPrivateKey
public void setPrivateKey(PrivateKey privateKey)
 
 - 
 
 -