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