public class CertificateTableEntry extends Object
| Constructor and Description |
|---|
CertificateTableEntry(CMSSignedData signature) |
| Modifier and Type | Method and Description |
|---|---|
CMSSignedData |
getSignature() |
int |
getSize() |
void |
setSignature(CMSSignedData signature) |
byte[] |
toBytes() |
public CertificateTableEntry(CMSSignedData signature) throws IOException
IOExceptionpublic CMSSignedData getSignature() throws CMSException
CMSExceptionpublic int getSize()
public void setSignature(CMSSignedData signature) throws IOException
IOExceptionpublic byte[] toBytes()
Copyright © 2012–2019. All rights reserved.