HomeSort by relevance Sort by last modified time
    Searched full:unsignedattr (Results 1 - 3 of 3) sorted by null

  /external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
CMSSignedDataGenerator.java 233 * @param unsignedAttr table of attributes to be included as unsigned
241 AttributeTable unsignedAttr)
244 addSigner(key, cert, getEncOID(key, digestOID), digestOID, signedAttr, unsignedAttr);
255 * @param unsignedAttr table of attributes to be included as unsigned
264 AttributeTable unsignedAttr)
269 new SimpleAttributeTableGenerator(unsignedAttr), signedAttr);
279 * @param unsignedAttr table of attributes to be included as unsigned
287 AttributeTable unsignedAttr)
291 unsignedAttr);
302 * @param unsignedAttr table of attributes to be included as unsigne
    [all...]
SignerInfoGenerator.java 220 ASN1Set unsignedAttr = null;
228 unsignedAttr = getAttributeSet(unsigned);
234 signedAttr, digestEncryptionAlgorithm, new DEROctetString(sigBytes), unsignedAttr);
SignerInformation.java 752 ASN1Set unsignedAttr = null;
756 unsignedAttr = new DERSet(unsignedAttributes.toASN1EncodableVector());
761 sInfo.getAuthenticatedAttributes(), sInfo.getDigestEncryptionAlgorithm(), sInfo.getEncryptedDigest(), unsignedAttr),
780 AttributeTable unsignedAttr = signerInformation.getUnsignedAttributes();
783 if (unsignedAttr != null)
785 v = unsignedAttr.toASN1EncodableVector();

Completed in 85 milliseconds