public class CMSProcessableCMPCertificate extends java.lang.Object implements CMSTypedData
| Constructor and Description |
|---|
CMSProcessableCMPCertificate(org.bouncycastle.asn1.cmp.CMPCertificate cmpCertificate) |
CMSProcessableCMPCertificate(X509CertificateHolder certificateHolder) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getContent() |
org.bouncycastle.asn1.ASN1ObjectIdentifier |
getContentType() |
void |
write(java.io.OutputStream out)
generic routine to copy out the data we want processed - the OutputStream
passed in will do the handling on it's own.
|
public CMSProcessableCMPCertificate(X509CertificateHolder certificateHolder)
public CMSProcessableCMPCertificate(org.bouncycastle.asn1.cmp.CMPCertificate cmpCertificate)
public void write(java.io.OutputStream out)
throws java.io.IOException,
CMSException
CMSProcessableNote: this routine may be called multiple times.
write in interface CMSProcessablejava.io.IOExceptionCMSExceptionpublic java.lang.Object getContent()
getContent in interface CMSProcessablepublic org.bouncycastle.asn1.ASN1ObjectIdentifier getContentType()
getContentType in interface CMSTypedData