⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 cmsenvelopeddata.html

📁 jijo djoijio oijoij poikijoi joijoij
💻 HTML
📖 第 1 页 / 共 2 页
字号:
<B>Constructor Detail</B></FONT></TH></TR></TABLE><A NAME="CMSEnvelopedData(byte[])"><!-- --></A><H3>CMSEnvelopedData</H3><PRE>public <B>CMSEnvelopedData</B>(byte[]&nbsp;envelopedData)                 throws <A HREF="../../../org/bouncycastle/cms/CMSException.html" title="class in org.bouncycastle.cms">CMSException</A></PRE><DL><DL><DT><B>Throws:</B><DD><CODE><A HREF="../../../org/bouncycastle/cms/CMSException.html" title="class in org.bouncycastle.cms">CMSException</A></CODE></DL></DL><HR><A NAME="CMSEnvelopedData(java.io.InputStream)"><!-- --></A><H3>CMSEnvelopedData</H3><PRE>public <B>CMSEnvelopedData</B>(java.io.InputStream&nbsp;envelopedData)                 throws <A HREF="../../../org/bouncycastle/cms/CMSException.html" title="class in org.bouncycastle.cms">CMSException</A></PRE><DL><DL><DT><B>Throws:</B><DD><CODE><A HREF="../../../org/bouncycastle/cms/CMSException.html" title="class in org.bouncycastle.cms">CMSException</A></CODE></DL></DL><HR><A NAME="CMSEnvelopedData(org.bouncycastle.asn1.cms.ContentInfo)"><!-- --></A><H3>CMSEnvelopedData</H3><PRE>public <B>CMSEnvelopedData</B>(org.bouncycastle.asn1.cms.ContentInfo&nbsp;contentInfo)                 throws <A HREF="../../../org/bouncycastle/cms/CMSException.html" title="class in org.bouncycastle.cms">CMSException</A></PRE><DL><DL><DT><B>Throws:</B><DD><CODE><A HREF="../../../org/bouncycastle/cms/CMSException.html" title="class in org.bouncycastle.cms">CMSException</A></CODE></DL></DL><!-- ============ METHOD DETAIL ========== --><A NAME="method_detail"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"><B>Method Detail</B></FONT></TH></TR></TABLE><A NAME="getEncryptionAlgOID()"><!-- --></A><H3>getEncryptionAlgOID</H3><PRE>public java.lang.String <B>getEncryptionAlgOID</B>()</PRE><DL><DD>return the object identifier for the content encryption algorithm.<P><DD><DL></DL></DD></DL><HR><A NAME="getEncryptionAlgParams()"><!-- --></A><H3>getEncryptionAlgParams</H3><PRE>public byte[] <B>getEncryptionAlgParams</B>()</PRE><DL><DD>return the ASN.1 encoded encryption algorithm parameters, or null if there aren't any.<P><DD><DL></DL></DD></DL><HR><A NAME="getEncryptionAlgorithmParameters(java.lang.String)"><!-- --></A><H3>getEncryptionAlgorithmParameters</H3><PRE>public java.security.AlgorithmParameters <B>getEncryptionAlgorithmParameters</B>(java.lang.String&nbsp;provider)                                                                   throws <A HREF="../../../org/bouncycastle/cms/CMSException.html" title="class in org.bouncycastle.cms">CMSException</A>,                                                                          java.security.NoSuchProviderException</PRE><DL><DD>Return an AlgorithmParameters object giving the encryption parameters used to encrypt the message content.<P><DD><DL><DT><B>Parameters:</B><DD><CODE>provider</CODE> - the provider to generate the parameters for.<DT><B>Returns:</B><DD>the parameters object, null if there is not one.<DT><B>Throws:</B><DD><CODE><A HREF="../../../org/bouncycastle/cms/CMSException.html" title="class in org.bouncycastle.cms">CMSException</A></CODE> - if the algorithm cannot be found, or the parameters can't be parsed.<DD><CODE>java.security.NoSuchProviderException</CODE> - if the provider cannot be found.</DL></DD></DL><HR><A NAME="getEncryptionAlgorithmParameters(java.security.Provider)"><!-- --></A><H3>getEncryptionAlgorithmParameters</H3><PRE>public java.security.AlgorithmParameters <B>getEncryptionAlgorithmParameters</B>(java.security.Provider&nbsp;provider)                                                                   throws <A HREF="../../../org/bouncycastle/cms/CMSException.html" title="class in org.bouncycastle.cms">CMSException</A></PRE><DL><DD>Return an AlgorithmParameters object giving the encryption parameters used to encrypt the message content.<P><DD><DL><DT><B>Parameters:</B><DD><CODE>provider</CODE> - the provider to generate the parameters for.<DT><B>Returns:</B><DD>the parameters object, null if there is not one.<DT><B>Throws:</B><DD><CODE><A HREF="../../../org/bouncycastle/cms/CMSException.html" title="class in org.bouncycastle.cms">CMSException</A></CODE> - if the algorithm cannot be found, or the parameters can't be parsed.</DL></DD></DL><HR><A NAME="getRecipientInfos()"><!-- --></A><H3>getRecipientInfos</H3><PRE>public <A HREF="../../../org/bouncycastle/cms/RecipientInformationStore.html" title="class in org.bouncycastle.cms">RecipientInformationStore</A> <B>getRecipientInfos</B>()</PRE><DL><DD>return a store of the intended recipients for this message<P><DD><DL></DL></DD></DL><HR><A NAME="getContentInfo()"><!-- --></A><H3>getContentInfo</H3><PRE>public org.bouncycastle.asn1.cms.ContentInfo <B>getContentInfo</B>()</PRE><DL><DD>return the ContentInfo<P><DD><DL></DL></DD></DL><HR><A NAME="getUnprotectedAttributes()"><!-- --></A><H3>getUnprotectedAttributes</H3><PRE>public org.bouncycastle.asn1.cms.AttributeTable <B>getUnprotectedAttributes</B>()</PRE><DL><DD>return a table of the unprotected attributes indexed by the OID of the attribute.<P><DD><DL></DL></DD></DL><HR><A NAME="getEncoded()"><!-- --></A><H3>getEncoded</H3><PRE>public byte[] <B>getEncoded</B>()                  throws java.io.IOException</PRE><DL><DD>return the ASN.1 encoded representation of this object.<P><DD><DL><DT><B>Throws:</B><DD><CODE>java.io.IOException</CODE></DL></DD></DL><!-- ========= END OF CLASS DATA ========= --><HR><!-- ======= START OF BOTTOM NAVBAR ====== --><A NAME="navbar_bottom"><!-- --></A><A HREF="#skip-navbar_bottom" title="Skip navigation links"></A><TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""><TR><TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"><A NAME="navbar_bottom_firstrow"><!-- --></A><TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">  <TR ALIGN="center" VALIGN="top">  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>  </TR></TABLE></TD><TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM><b>Bouncy Castle Cryptography Library 1.42</b></EM></TD></TR><TR><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">&nbsp;<A HREF="../../../org/bouncycastle/cms/CMSEnvelopableByteArray.html" title="class in org.bouncycastle.cms"><B>PREV CLASS</B></A>&nbsp;&nbsp;<A HREF="../../../org/bouncycastle/cms/CMSEnvelopedDataGenerator.html" title="class in org.bouncycastle.cms"><B>NEXT CLASS</B></A></FONT></TD><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">  <A HREF="../../../index.html?org/bouncycastle/cms/CMSEnvelopedData.html" target="_top"><B>FRAMES</B></A>  &nbsp;&nbsp;<A HREF="CMSEnvelopedData.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;&nbsp;<SCRIPT type="text/javascript">  <!--  if(window==top) {    document.writeln('<A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>');  }  //--></SCRIPT><NOSCRIPT>  <A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A></NOSCRIPT></FONT></TD></TR><TR><TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD><TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD></TR></TABLE><A NAME="skip-navbar_bottom"></A><!-- ======== END OF BOTTOM NAVBAR ======= --><HR></BODY></HTML>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -