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

  /libcore/luni/src/main/java/org/apache/harmony/security/pkcs7/
AuthenticatedAttributes.java 32 * authenticatedAttributes is a set of attributes that are signed (i.e., authenticated) by the signer
34 final class AuthenticatedAttributes {
36 private final List<AttributeTypeAndValue> authenticatedAttributes;
38 private AuthenticatedAttributes(byte[] encoding,
39 List<AttributeTypeAndValue> authenticatedAttributes) {
41 this.authenticatedAttributes = authenticatedAttributes;
45 return authenticatedAttributes;
49 * Returns ASN.1 encoded form of this authenticatedAttributes.
61 return new AuthenticatedAttributes(in.getEncoded()
    [all...]
SignerInfo.java 48 * authenticatedAttributes
62 private final AuthenticatedAttributes authenticatedAttributes;
70 AuthenticatedAttributes authenticatedAttributes,
78 this.authenticatedAttributes = authenticatedAttributes;
109 if (authenticatedAttributes == null) {
112 return authenticatedAttributes.getAttributes();
116 if (authenticatedAttributes == null)
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/cms/
SignerInfo.java 24 private ASN1Set authenticatedAttributes;
48 ASN1Set authenticatedAttributes,
64 this.authenticatedAttributes = authenticatedAttributes;
83 authenticatedAttributes = ASN1Set.getInstance((ASN1TaggedObject)obj, false);
89 authenticatedAttributes = null;
117 return authenticatedAttributes;
147 * authenticatedAttributes [0] IMPLICIT Attributes OPTIONAL,
168 if (authenticatedAttributes != null)
170 v.add(new DERTaggedObject(false, 0, authenticatedAttributes));
    [all...]
  /prebuilts/sdk/tools/lib/
signapk.jar 
  /prebuilts/devtools/tools/lib/
bcprov-jdk15on-1.48.jar 
  /prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk15on/1.48/
bcprov-jdk15on-1.48.jar 

Completed in 2103 milliseconds