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

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/cms/
H A DContentInfo.java14 * <a href="http://tools.ietf.org/html/rfc5652#section-3">RFC 5652</a> ContentInfo, and
18 * ContentInfo ::= SEQUENCE {
29 public class ContentInfo class in inherits:ASN1Object
39 * Return an ContentInfo object from the given object.
44 * <li> {@link ContentInfo} object
45 * <li> {@link org.bouncycastle.asn1.ASN1Sequence#getInstance(java.lang.Object) ASN1Sequence} input formats with ContentInfo structure inside
51 public static ContentInfo getInstance(
54 if (obj instanceof ContentInfo)
56 return (ContentInfo)obj;
60 return new ContentInfo(ASN1Sequenc
76 public ContentInfo( method in class:ContentInfo
98 public ContentInfo( method in class:ContentInfo
[all...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/pkcs/
H A DContentInfo.java16 public class ContentInfo class in inherits:ASN1Object,PKCSObjectIdentifiers
24 public static ContentInfo getInstance(
27 if (obj instanceof ContentInfo)
29 return (ContentInfo)obj;
34 return new ContentInfo(ASN1Sequence.getInstance(obj));
40 private ContentInfo( method in class:ContentInfo
55 public ContentInfo( method in class:ContentInfo
76 * ContentInfo ::= SEQUENCE {
/external/chromium-trace/catapult/third_party/gsutil/third_party/pyasn1-modules/pyasn1_modules/
H A Drfc2315.py61 class ContentInfo(univ.Sequence): class in inherits:univ.Sequence
71 namedtype.NamedType('contentInfo', ContentInfo()),
199 namedtype.NamedType('contentInfo', ContentInfo()),
/external/webrtc/webrtc/p2p/base/
H A Dsessiondescription.h34 struct ContentInfo { struct in namespace:cricket
35 ContentInfo() : description(NULL) {} function in struct:cricket::ContentInfo
36 ContentInfo(const std::string& name, function in struct:cricket::ContentInfo
40 ContentInfo(const std::string& name, function in struct:cricket::ContentInfo
75 typedef std::vector<ContentInfo> ContentInfos;
78 const ContentInfo* FindContentInfoByName(
80 const ContentInfo* FindContentInfoByType(
113 const ContentInfo* GetContentByName(const std::string& name) const;
114 ContentInfo* GetContentByName(const std::string& name);
118 const ContentInfo* FirstContentByTyp
[all...]
/external/google-tv-pairing-protocol/java/jar/
H A Dbcprov-jdk15-143.jarMETA-INF/MANIFEST.MF META-INF/BCKEY.SF META-INF/BCKEY.DSA META ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 250 milliseconds