public class SignedOutput extends SMIMEOutput
| Constructor and Description |
|---|
SignedOutput(Object obj,
javax.ws.rs.core.MediaType mediaType) |
SignedOutput(Object obj,
String mediaType) |
| Modifier and Type | Method and Description |
|---|---|
X509Certificate |
getCertificate() |
Object |
getEntity() |
Type |
getGenericType() |
javax.ws.rs.core.MediaType |
getMediaType() |
PrivateKey |
getPrivateKey() |
Class |
getType() |
void |
setCertificate(X509Certificate certificate) |
void |
setEntity(Object entity) |
void |
setGenericType(Type genericType) |
void |
setMediaType(javax.ws.rs.core.MediaType mediaType) |
void |
setMediaType(String mediaType) |
void |
setPrivateKey(PrivateKey privateKey) |
void |
setType(Class type) |
void |
setType(GenericType t) |
public SignedOutput(Object obj, javax.ws.rs.core.MediaType mediaType)
public PrivateKey getPrivateKey()
public void setPrivateKey(PrivateKey privateKey)
public Object getEntity()
getEntity in class SMIMEOutputpublic void setEntity(Object entity)
setEntity in class SMIMEOutputpublic Type getGenericType()
getGenericType in class SMIMEOutputpublic void setGenericType(Type genericType)
setGenericType in class SMIMEOutputpublic Class getType()
getType in class SMIMEOutputpublic void setType(Class type)
setType in class SMIMEOutputpublic void setType(GenericType t)
setType in class SMIMEOutputpublic javax.ws.rs.core.MediaType getMediaType()
getMediaType in class SMIMEOutputpublic void setMediaType(javax.ws.rs.core.MediaType mediaType)
setMediaType in class SMIMEOutputpublic void setMediaType(String mediaType)
setMediaType in class SMIMEOutputpublic X509Certificate getCertificate()
getCertificate in class SMIMEOutputpublic void setCertificate(X509Certificate certificate)
setCertificate in class SMIMEOutputCopyright © 2016. All rights reserved.