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 SMIMEOutput
public void setEntity(Object entity)
setEntity
in class SMIMEOutput
public Type getGenericType()
getGenericType
in class SMIMEOutput
public void setGenericType(Type genericType)
setGenericType
in class SMIMEOutput
public Class getType()
getType
in class SMIMEOutput
public void setType(Class type)
setType
in class SMIMEOutput
public void setType(GenericType t)
setType
in class SMIMEOutput
public javax.ws.rs.core.MediaType getMediaType()
getMediaType
in class SMIMEOutput
public void setMediaType(javax.ws.rs.core.MediaType mediaType)
setMediaType
in class SMIMEOutput
public void setMediaType(String mediaType)
setMediaType
in class SMIMEOutput
public X509Certificate getCertificate()
getCertificate
in class SMIMEOutput
public void setCertificate(X509Certificate certificate)
setCertificate
in class SMIMEOutput
Copyright © 2016. All rights reserved.