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

/openjdk7/jdk/src/share/classes/sun/security/pkcs/
H A DContentInfo.java40 // pkcs7 pre-defined content types
41 private static int[] pkcs7 = {1, 2, 840, 113549, 1, 7}; field in class:ContentInfo
67 PKCS7_OID = ObjectIdentifier.newInternal(pkcs7);

Completed in 30 milliseconds