com.digt.trusted.cms
Class SignerInformationStore

java.lang.Object
  extended by com.digt.trusted.cms.SignerInformationStore

public class SignerInformationStore
extends java.lang.Object


Constructor Summary
SignerInformationStore(java.util.Collection signerInfos)
           
 
Method Summary
 SignerInformation get(SignerId selector)
           
 java.util.Collection getSigners()
           
 int size()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SignerInformationStore

public SignerInformationStore(java.util.Collection signerInfos)
Method Detail

get

public SignerInformation get(SignerId selector)

size

public int size()

getSigners

public java.util.Collection getSigners()