Package net.jsign.pe
Class CertificateTableEntry
- java.lang.Object
-
- net.jsign.pe.CertificateTableEntry
-
public class CertificateTableEntry extends Object
Entry of the certificate table.- Since:
- 1.3
- Author:
- Emmanuel Bourg
-
-
Constructor Summary
Constructors Constructor Description CertificateTableEntry(CMSSignedData signature)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CMSSignedData
getSignature()
int
getSize()
void
setSignature(CMSSignedData signature)
byte[]
toBytes()
-
-
-
Constructor Detail
-
CertificateTableEntry
public CertificateTableEntry(CMSSignedData signature) throws IOException
- Throws:
IOException
-
-
Method Detail
-
getSize
public int getSize()
-
getSignature
public CMSSignedData getSignature() throws CMSException
- Throws:
CMSException
-
setSignature
public void setSignature(CMSSignedData signature) throws IOException
- Throws:
IOException
-
toBytes
public byte[] toBytes()
-
-