org.jboss.resteasy.security.smime
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
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 |
privateKey
protected PrivateKey privateKey
SignedOutput
public SignedOutput(Object obj,
String mediaType)
SignedOutput
public SignedOutput(Object obj,
MediaType mediaType)
getPrivateKey
public PrivateKey getPrivateKey()
setPrivateKey
public void setPrivateKey(PrivateKey privateKey)
Copyright © 2012. All Rights Reserved.