< prev index next >

src/java.base/share/classes/sun/security/pkcs/PKCS7.java

Print this page

        

*** 44,56 **** import sun.security.x509.X509CRLImpl; import sun.security.x509.X500Name; /** * PKCS7 as defined in RSA Laboratories PKCS7 Technical Note. Profile ! * Supports only <tt>SignedData</tt> ContentInfo * type, where to the type of data signed is plain Data. ! * For signedData, <tt>crls</tt>, <tt>attributes</tt> and * PKCS#6 Extended Certificates are not supported. * * @author Benjamin Renaud */ public class PKCS7 { --- 44,56 ---- import sun.security.x509.X509CRLImpl; import sun.security.x509.X500Name; /** * PKCS7 as defined in RSA Laboratories PKCS7 Technical Note. Profile ! * Supports only {@code SignedData} ContentInfo * type, where to the type of data signed is plain Data. ! * For signedData, {@code crls}, {@code attributes} and * PKCS#6 Extended Certificates are not supported. * * @author Benjamin Renaud */ public class PKCS7 {
< prev index next >