📄 cmsauthenticateddatastreamgenerator.html
字号:
<A NAME="method_summary"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"><B>Method Summary</B></FONT></TH></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> java.io.OutputStream</CODE></FONT></TD><TD><CODE><B><A HREF="../../../org/bouncycastle/cms/CMSAuthenticatedDataStreamGenerator.html#open(java.io.OutputStream, java.lang.String, int, java.security.Provider)">open</A></B>(java.io.OutputStream out, java.lang.String encryptionOID, int keySize, java.security.Provider provider)</CODE><BR> generate an enveloped object that contains an CMS Enveloped Data object using the given provider.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> java.io.OutputStream</CODE></FONT></TD><TD><CODE><B><A HREF="../../../org/bouncycastle/cms/CMSAuthenticatedDataStreamGenerator.html#open(java.io.OutputStream, java.lang.String, int, java.lang.String)">open</A></B>(java.io.OutputStream out, java.lang.String encryptionOID, int keySize, java.lang.String provider)</CODE><BR> generate an enveloped object that contains an CMS Enveloped Data object using the given provider.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> java.io.OutputStream</CODE></FONT></TD><TD><CODE><B><A HREF="../../../org/bouncycastle/cms/CMSAuthenticatedDataStreamGenerator.html#open(java.io.OutputStream, java.lang.String, java.security.Provider)">open</A></B>(java.io.OutputStream out, java.lang.String encryptionOID, java.security.Provider provider)</CODE><BR> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>protected java.io.OutputStream</CODE></FONT></TD><TD><CODE><B><A HREF="../../../org/bouncycastle/cms/CMSAuthenticatedDataStreamGenerator.html#open(java.io.OutputStream, java.lang.String, javax.crypto.SecretKey, java.security.spec.AlgorithmParameterSpec, org.bouncycastle.asn1.ASN1EncodableVector, java.security.Provider)">open</A></B>(java.io.OutputStream out, java.lang.String macOID, javax.crypto.SecretKey encKey, java.security.spec.AlgorithmParameterSpec params, org.bouncycastle.asn1.ASN1EncodableVector recipientInfos, java.security.Provider provider)</CODE><BR> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>protected java.io.OutputStream</CODE></FONT></TD><TD><CODE><B><A HREF="../../../org/bouncycastle/cms/CMSAuthenticatedDataStreamGenerator.html#open(java.io.OutputStream, java.lang.String, javax.crypto.SecretKey, java.security.spec.AlgorithmParameterSpec, org.bouncycastle.asn1.ASN1EncodableVector, java.lang.String)">open</A></B>(java.io.OutputStream out, java.lang.String macOID, javax.crypto.SecretKey encKey, java.security.spec.AlgorithmParameterSpec params, org.bouncycastle.asn1.ASN1EncodableVector recipientInfos, java.lang.String provider)</CODE><BR> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> java.io.OutputStream</CODE></FONT></TD><TD><CODE><B><A HREF="../../../org/bouncycastle/cms/CMSAuthenticatedDataStreamGenerator.html#open(java.io.OutputStream, java.lang.String, java.lang.String)">open</A></B>(java.io.OutputStream out, java.lang.String encryptionOID, java.lang.String provider)</CODE><BR> generate an enveloped object that contains an CMS Enveloped Data object using the given provider.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B><A HREF="../../../org/bouncycastle/cms/CMSAuthenticatedDataStreamGenerator.html#setBEREncodeRecipients(boolean)">setBEREncodeRecipients</A></B>(boolean berEncodeRecipientSet)</CODE><BR> Use a BER Set to store the recipient information</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B><A HREF="../../../org/bouncycastle/cms/CMSAuthenticatedDataStreamGenerator.html#setBufferSize(int)">setBufferSize</A></B>(int bufferSize)</CODE><BR> Set the underlying string size for encapsulated data</TD></TR></TABLE> <A NAME="methods_inherited_from_class_org.bouncycastle.cms.CMSAuthenticatedGenerator"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"><TH ALIGN="left"><B>Methods inherited from class org.bouncycastle.cms.<A HREF="../../../org/bouncycastle/cms/CMSAuthenticatedGenerator.html" title="class in org.bouncycastle.cms">CMSAuthenticatedGenerator</A></B></TH></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><A HREF="../../../org/bouncycastle/cms/CMSAuthenticatedGenerator.html#generateParameterSpec(java.lang.String, javax.crypto.SecretKey, java.security.Provider)">generateParameterSpec</A>, <A HREF="../../../org/bouncycastle/cms/CMSAuthenticatedGenerator.html#getAlgorithmIdentifier(java.lang.String, java.security.spec.AlgorithmParameterSpec, java.security.Provider)">getAlgorithmIdentifier</A></CODE></TD></TR></TABLE> <A NAME="methods_inherited_from_class_org.bouncycastle.cms.CMSEnvelopedGenerator"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"><TH ALIGN="left"><B>Methods inherited from class org.bouncycastle.cms.<A HREF="../../../org/bouncycastle/cms/CMSEnvelopedGenerator.html" title="class in org.bouncycastle.cms">CMSEnvelopedGenerator</A></B></TH></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><A HREF="../../../org/bouncycastle/cms/CMSEnvelopedGenerator.html#addKEKRecipient(javax.crypto.SecretKey, byte[])">addKEKRecipient</A>, <A HREF="../../../org/bouncycastle/cms/CMSEnvelopedGenerator.html#addKeyAgreementRecipient(java.lang.String, java.security.PrivateKey, java.security.PublicKey, java.security.cert.X509Certificate, java.lang.String, java.security.Provider)">addKeyAgreementRecipient</A>, <A HREF="../../../org/bouncycastle/cms/CMSEnvelopedGenerator.html#addKeyAgreementRecipient(java.lang.String, java.security.PrivateKey, java.security.PublicKey, java.security.cert.X509Certificate, java.lang.String, java.lang.String)">addKeyAgreementRecipient</A>, <A HREF="../../../org/bouncycastle/cms/CMSEnvelopedGenerator.html#addKeyTransRecipient(java.security.PublicKey, byte[])">addKeyTransRecipient</A>, <A HREF="../../../org/bouncycastle/cms/CMSEnvelopedGenerator.html#addKeyTransRecipient(java.security.cert.X509Certificate)">addKeyTransRecipient</A>, <A HREF="../../../org/bouncycastle/cms/CMSEnvelopedGenerator.html#addPasswordRecipient(org.bouncycastle.cms.CMSPBEKey, java.lang.String)">addPasswordRecipient</A>, <A HREF="../../../org/bouncycastle/cms/CMSEnvelopedGenerator.html#generateParameters(java.lang.String, javax.crypto.SecretKey, java.security.Provider)">generateParameters</A>, <A HREF="../../../org/bouncycastle/cms/CMSEnvelopedGenerator.html#getAlgorithmIdentifier(java.lang.String, java.security.AlgorithmParameters)">getAlgorithmIdentifier</A></CODE></TD></TR></TABLE> <A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"><TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD></TR></TABLE> <P><!-- ========= CONSTRUCTOR DETAIL ======== --><A NAME="constructor_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>Constructor Detail</B></FONT></TH></TR></TABLE><A NAME="CMSAuthenticatedDataStreamGenerator()"><!-- --></A><H3>CMSAuthenticatedDataStreamGenerator</H3><PRE>public <B>CMSAuthenticatedDataStreamGenerator</B>()</PRE><DL><DD>base constructor<P></DL><HR><A NAME="CMSAuthenticatedDataStreamGenerator(java.security.SecureRandom)"><!-- --></A><H3>CMSAuthenticatedDataStreamGenerator</H3><PRE>public <B>CMSAuthenticatedDataStreamGenerator</B>(java.security.SecureRandom rand)</PRE><DL><DD>constructor allowing specific source of randomness<P><DL><DT><B>Parameters:</B><DD><CODE>rand</CODE> - instance of SecureRandom to use</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="setBufferSize(int)"><!-- --></A><H3>setBufferSize</H3><PRE>public void <B>setBufferSize</B>(int bufferSize)</PRE><DL><DD>Set the underlying string size for encapsulated data<P><DD><DL><DT><B>Parameters:</B><DD><CODE>bufferSize</CODE> - length of octet strings to buffer the data.</DL></DD></DL><HR><A NAME="setBEREncodeRecipients(boolean)"><!-- --></A><H3>setBEREncodeRecipients</H3><PRE>public void <B>setBEREncodeRecipients</B>(boolean berEncodeRecipientSet)</PRE><DL><DD>Use a BER Set to store the recipient information<P><DD><DL></DL></DD></DL><HR><A NAME="open(java.io.OutputStream, java.lang.String, javax.crypto.SecretKey, java.security.spec.AlgorithmParameterSpec, org.bouncycastle.asn1.ASN1EncodableVector, java.lang.String)"><!-- --></A><H3>open</H3><PRE>protected java.io.OutputStream <B>open</B>(java.io.OutputStream out, java.lang.String macOID,
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -