HomeSort by relevance Sort by last modified time
    Searched defs:unsignedAttr (Results 1 - 6 of 6) sorted by null

  /external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
SignerInfoGenerator.java 222 ASN1Set unsignedAttr = null;
230 unsignedAttr = getAttributeSet(unsigned);
234 signedAttr, digestEncryptionAlgorithm, new DEROctetString(sigBytes), unsignedAttr);
SignerInformation.java 689 ASN1Set unsignedAttr = null;
693 unsignedAttr = new DERSet(unsignedAttributes.toASN1EncodableVector());
698 sInfo.getAuthenticatedAttributes(), sInfo.getDigestEncryptionAlgorithm(), sInfo.getEncryptedDigest(), unsignedAttr),
717 AttributeTable unsignedAttr = signerInformation.getUnsignedAttributes();
720 if (unsignedAttr != null)
722 v = unsignedAttr.toASN1EncodableVector();
  /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 96 milliseconds