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

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

Introduction

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

The text is from its open source code.

Constructor

SignerInformationStore(SignerInformation signerInfo)
Create a store containing a single SignerInformation object.
SignerInformationStore(Collection signerInfos)
Create a store containing a collection of SignerInformation objects.

Method

SignerInformationget(SignerId selector)
Return the first SignerInformation object that matches the passed in selector.
CollectiongetSigners()
Return all signers in the collection
intsize()
Return the number of signers in the collection.