Searched refs:SignerInformation (Results 1 – 5 of 5) sorted by relevance
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/ |
D | SignerInformationStore.java | 13 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()
|
D | SignerInformation.java | 40 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 …]
|
D | CMSSignedDataGenerator.java | 129 SignerInformation signer = (SignerInformation)it.next(); in generate() 226 public SignerInformationStore generateCounterSigners(SignerInformation signer) in generateCounterSigners()
|
D | SignerId.java | 92 if (obj instanceof SignerInformation) in match() 94 return ((SignerInformation)obj).getSID().equals(this); in match()
|
D | CMSSignedData.java | 257 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()
|