Searched refs:toASN1Structure (Results 1 – 12 of 12) sorted by relevance
118 certs.add(certificate.toASN1Structure()); in addCertificate()141 crls.add(crl.toASN1Structure()); in addCRL()167 certs.add(new DERTaggedObject(false, 2, attrCert.toASN1Structure())); in addAttributeCertificate()
67 certs.add(c.toASN1Structure()); in getCertificatesFromStore()89 certs.add(new DERTaggedObject(false, 2, attrCert.toASN1Structure())); in getAttributeCertificatesFromStore()116 crls.add(c.toASN1Structure()); in getCRLsFromStore()
93 …erIdentifier sigId = new SignerIdentifier(new IssuerAndSerialNumber(certHolder.toASN1Structure())); in build()
324 public ContentInfo toASN1Structure() in toASN1Structure() method in CMSSignedData460 vec.add(signer.toASN1Structure()); in replaceSigners()
133 signerInfos.add(signer.toASN1Structure()); in generate()
546 public SignerInfo toASN1Structure() in toASN1Structure() method in SignerInformation670 sigs.add(((SignerInformation)it.next()).toASN1Structure()); in addCounterSigners()
121 IssuerAndSerialNumber iAndS = new IssuerAndSerialNumber(certHldr.toASN1Structure()); in match()
221 public Certificate toASN1Structure() in toASN1Structure() method in X509CertificateHolder
290 public AttributeCertificate toASN1Structure() in toASN1Structure() method in X509AttributeCertificateHolder
254 public CertificateList toASN1Structure() in toASN1Structure() method in X509CRLHolder
195 public Attributes toASN1Structure() in toASN1Structure() method in AttributeTable
488 crls.add(c.toASN1Structure());