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

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

Introduction

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

The text is from its open source code.

Constructor

SMIMESignedParser(DigestCalculatorProvider digCalcProvider, MimeMultipart message)
base constructor using a defaultContentTransferEncoding of 7bit.
SMIMESignedParser(DigestCalculatorProvider digCalcProvider, Part message)
base constructor for a signed message with encapsulated content.

Method

StoregetCertificates()
Return any X.509 certificate objects in this SignedData structure as a Store of X509CertificateHolder objects.
SignerInformationStoregetSignerInfos()
return the collection of signers that are associated with the signatures for the message.