Java org.bouncycastle.mail.smime SMIMESigned fields, constructors, methods, implement or subclass

Example usage for Java org.bouncycastle.mail.smime SMIMESigned fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.bouncycastle.mail.smime SMIMESigned.

The text is from its open source code.

Constructor

SMIMESigned(MimeMultipart message)
base constructor using a defaultContentTransferEncoding of 7bit
SMIMESigned(Part message)
base constructor for a signed message with encapsulated content.
SMIMESigned(MimeMultipart message, String defaultContentTransferEncoding)
base constructor with settable contentTransferEncoding

Method

StoregetCertificates()
Return any X.509 certificate objects in this SignedData structure as a Store of X509CertificateHolder objects.
MimeBodyPartgetContent()
return the content that was signed.
MimeMessagegetContentAsMimeMessage(Session session)
Return the content that was signed as a mime message.
StoregetCRLs()
Return any X.509 CRL objects in this SignedData structure as a Store of X509CRLHolder objects.
SignerInformationStoregetSignerInfos()
return the collection of signers that are associated with the signatures for the message.