HomeSort by relevance Sort by last modified time
    Searched refs:CMSAttributeTableGenerator (Results 1 - 11 of 11) sorted by null

  /external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
CMSAttributeTableGenerator.java 10 public interface CMSAttributeTableGenerator
SimpleAttributeTableGenerator.java 11 implements CMSAttributeTableGenerator
SignerInfoGeneratorBuilder.java 18 private CMSAttributeTableGenerator signedGen;
19 private CMSAttributeTableGenerator unsignedGen;
62 public SignerInfoGeneratorBuilder setSignedAttributeGenerator(CMSAttributeTableGenerator signedGen)
75 public SignerInfoGeneratorBuilder setUnsignedAttributeGenerator(CMSAttributeTableGenerator unsignedGen)
SignerInfoGenerator.java 31 private final CMSAttributeTableGenerator sAttrGen;
32 private final CMSAttributeTableGenerator unsAttrGen;
87 CMSAttributeTableGenerator sAttrGen,
88 CMSAttributeTableGenerator unsAttrGen)
103 CMSAttributeTableGenerator sAttrGen,
104 CMSAttributeTableGenerator unsAttrGen)
224 parameters.put(CMSAttributeTableGenerator.SIGNATURE, Arrays.clone(sigBytes));
264 param.put(CMSAttributeTableGenerator.CONTENT_TYPE, contentType);
267 param.put(CMSAttributeTableGenerator.DIGEST_ALGORITHM_IDENTIFIER, digAlgId);
268 param.put(CMSAttributeTableGenerator.DIGEST, Arrays.clone(hash))
    [all...]
DefaultSignedAttributeTableGenerator.java 20 implements CMSAttributeTableGenerator
68 parameters.get(CMSAttributeTableGenerator.CONTENT_TYPE));
90 CMSAttributeTableGenerator.DIGEST);
CMSSignedGenerator.java 102 param.put(CMSAttributeTableGenerator.CONTENT_TYPE, contentType);
103 param.put(CMSAttributeTableGenerator.DIGEST_ALGORITHM_IDENTIFIER, digAlgId);
104 param.put(CMSAttributeTableGenerator.DIGEST, Arrays.clone(hash));
  /external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/jcajce/
JcaSignerInfoGeneratorBuilder.java 8 import org.bouncycastle.cms.CMSAttributeTableGenerator;
37 public JcaSignerInfoGeneratorBuilder setSignedAttributeGenerator(CMSAttributeTableGenerator signedGen)
44 public JcaSignerInfoGeneratorBuilder setUnsignedAttributeGenerator(CMSAttributeTableGenerator unsignedGen)
  /prebuilts/devtools/tools/lib/
bcpkix-jdk15on-1.48.jar 
  /prebuilts/tools/common/m2/repository/org/bouncycastle/bcpkix-jdk15on/1.48/
bcpkix-jdk15on-1.48.jar 
  /prebuilts/tools/common/offline-m2/org/bouncycastle/bcpkix-jdk15on/1.48/
bcpkix-jdk15on-1.48.jar 
  /prebuilts/sdk/tools/lib/
signapk.jar 

Completed in 136 milliseconds