Home
last modified time | relevance | path

Searched refs:SignerInformation (Results 1 – 5 of 5) sorted by relevance

/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
DSignerInformationStore.java13 implements Iterable<SignerInformation>
24 SignerInformation signerInfo) in SignerInformationStore()
40 Collection<SignerInformation> signerInfos) in SignerInformationStore()
46 SignerInformation signer = (SignerInformation)it.next(); in SignerInformationStore()
69 public SignerInformation get( in get()
74 return list.size() == 0 ? null : (SignerInformation) list.iterator().next(); in get()
92 public Collection<SignerInformation> getSigners() in getSigners()
103 public Collection<SignerInformation> getSigners( in getSigners()
137 public Iterator<SignerInformation> iterator() in iterator()
DSignerInformation.java40 public class SignerInformation class
59 SignerInformation( in SignerInformation() method in SignerInformation
101 protected SignerInformation(SignerInformation baseInfo) in SignerInformation() method in SignerInformation
114 protected SignerInformation(SignerInformation baseInfo, SignerInfo info) in SignerInformation() method in SignerInformation
328 …counterSignatures.add(new SignerInformation(si, null, new CMSProcessableByteArray(getSignature()),… in getCounterSignatures()
699 public static SignerInformation replaceUnsignedAttributes( in replaceUnsignedAttributes()
700 SignerInformation signerInformation, in replaceUnsignedAttributes()
711 return new SignerInformation( in replaceUnsignedAttributes()
725 public static SignerInformation addCounterSigners( in addCounterSigners()
726 SignerInformation signerInformation, in addCounterSigners()
[all …]
DCMSSignedDataGenerator.java129 SignerInformation signer = (SignerInformation)it.next(); in generate()
226 public SignerInformationStore generateCounterSigners(SignerInformation signer) in generateCounterSigners()
DSignerId.java92 if (obj instanceof SignerInformation) in match()
94 return ((SignerInformation)obj).getSID().equals(this); in match()
DCMSSignedData.java257 signerInfos.add(new SignerInformation(info, contentType, signedContent, null)); in getSignerInfos()
264 signerInfos.add(new SignerInformation(info, contentType, null, hash)); in getSignerInfos()
524 SignerInformation signer = (SignerInformation)it.next(); in replaceSigners()