Java org.bouncycastle.cms CMSSignedDataParser fields, constructors, methods, implement or subclass

Example usage for Java org.bouncycastle.cms CMSSignedDataParser fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.bouncycastle.cms CMSSignedDataParser.

The text is from its open source code.

Constructor

Method

voidclose()
Close the underlying data stream.
StoregetCertificates()
Return any X.509 certificate objects in this SignedData structure as a Store of X509CertificateHolder objects.
StoregetCRLs()
Return any X.509 CRL objects in this SignedData structure as a Store of X509CRLHolder objects.
CMSTypedStreamgetSignedContent()
SignerInformationStoregetSignerInfos()
return the collection of signers that are associated with the signatures for the message.