Searched refs:pkcs7 (Results 1 – 3 of 3) sorted by relevance
40 private static int[] pkcs7 = {1, 2, 840, 113549, 1, 7}; field in ContentInfo66 PKCS7_OID = ObjectIdentifier.newInternal(pkcs7);
231 PKCS7 pkcs7 = new PKCS7(is); in parsePKCS7() local233 X509Certificate[] certArray = pkcs7.getCertificates(); in parsePKCS7()
130 private static int[] pkcs7; field in ContentInfo