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

  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/cms/
SignerInfo.java 31 * unauthenticatedAttributes [1] IMPLICIT Attributes OPTIONAL
84 private ASN1Set unauthenticatedAttributes;
122 * @param unauthenticatedAttributes CMS knows as 'unsignedAttrs'
130 ASN1Set unauthenticatedAttributes)
146 this.unauthenticatedAttributes = unauthenticatedAttributes;
156 * @param unauthenticatedAttributes CMS knows as 'unsignedAttrs'
164 Attributes unauthenticatedAttributes)
180 this.unauthenticatedAttributes = ASN1Set.getInstance(unauthenticatedAttributes);
    [all...]
  /external/google-tv-pairing-protocol/java/jar/
bcprov-jdk15-143.jar 

Completed in 26 milliseconds