Package eu.europa.esig.dss.ws.dto
Class RemoteCertificate
java.lang.Object
eu.europa.esig.dss.ws.dto.RemoteCertificate
- All Implemented Interfaces:
Serializable
public class RemoteCertificate extends Object implements Serializable
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description RemoteCertificate()
RemoteCertificate(byte[] encodedCertificate)
-
Method Summary
Modifier and Type Method Description byte[]
getEncodedCertificate()
void
setEncodedCertificate(byte[] encodedCertificate)
-
Constructor Details
-
RemoteCertificate
public RemoteCertificate() -
RemoteCertificate
public RemoteCertificate(byte[] encodedCertificate)
-
-
Method Details
-
getEncodedCertificate
public byte[] getEncodedCertificate() -
setEncodedCertificate
public void setEncodedCertificate(byte[] encodedCertificate)
-