Searched defs:ContentInfo (Results 1 - 1 of 1) sorted by relevance

/libcore/luni/src/main/java/org/apache/harmony/security/pkcs7/
H A DContentInfo.java38 * ContentInfo ::= SEQUENCE {
43 public final class ContentInfo { class
57 private ContentInfo(int[] oid, Object content, byte[] encoding) { method in class:ContentInfo
90 res.append("==== ContentInfo:");
102 res.append("\n==== ContentInfo End\n");
116 ContentInfo ci = (ContentInfo) object;
137 return new ContentInfo(oid,
141 return new ContentInfo((int[])values[0], null,
146 return new ContentInfo((in
[all...]

Completed in 189 milliseconds