Home | History | Annotate | Download | only in cert

Lines Matching refs:pkcs7

45 import org.apache.harmony.security.pkcs7.ContentInfo;
46 import org.apache.harmony.security.pkcs7.SignedData;
83 public static final int PKCS7 = 1;
86 private static final String[] encodingsArr = new String[] {"PkiPath", "PKCS7"};
92 // PKCS7 encoding of the certification path
128 } else { // PKCS7
172 "Incorrect PKCS7 encoded form: missing signed data");
183 return new X509CertPathImpl(result, PKCS7, ci.getEncoded());
225 throw new CertificateException("Incorrect PKCS7 encoded form: missing signed data");
235 return new X509CertPathImpl(result, PKCS7, ci.getEncoded());
279 // PKCS7 encoded form