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 PrivateKey
privateKey
-
Fields inherited from class org.jboss.resteasy.security.smime.SMIMEOutput
certificate, entity, genericType, mediaType, type
-
-
Constructor Summary
Constructors Constructor Description SignedOutput(Object obj, jakarta.ws.rs.core.MediaType mediaType)
SignedOutput(Object obj, String mediaType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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
-
-
-
-
Field Detail
-
privateKey
protected PrivateKey privateKey
-
-
Method Detail
-
getPrivateKey
public PrivateKey getPrivateKey()
-
setPrivateKey
public void setPrivateKey(PrivateKey privateKey)
-
-