📄 x509v2crlgenerator.html
字号:
<A NAME="generateX509CRL(java.security.PrivateKey)"><!-- --></A><H3>generateX509CRL</H3><PRE>public java.security.cert.X509CRL <B>generateX509CRL</B>(java.security.PrivateKey key) throws java.lang.SecurityException, java.security.SignatureException, java.security.InvalidKeyException</PRE><DL><DD><B>Deprecated.</B> <I>use generate(key, "BC")</I><P><DD>generate an X509 CRL, based on the current issuer and subject using the default provider "BC".<P><DD><DL><DT><B>Throws:</B><DD><CODE>java.lang.SecurityException</CODE><DD><CODE>java.security.SignatureException</CODE><DD><CODE>java.security.InvalidKeyException</CODE></DL></DD></DL><HR><A NAME="generateX509CRL(java.security.PrivateKey, java.security.SecureRandom)"><!-- --></A><H3>generateX509CRL</H3><PRE>public java.security.cert.X509CRL <B>generateX509CRL</B>(java.security.PrivateKey key, java.security.SecureRandom random) throws java.lang.SecurityException, java.security.SignatureException, java.security.InvalidKeyException</PRE><DL><DD><B>Deprecated.</B> <I>use generate(key, random, "BC")</I><P><DD>generate an X509 CRL, based on the current issuer and subject using the default provider "BC" and an user defined SecureRandom object as source of randomness.<P><DD><DL><DT><B>Throws:</B><DD><CODE>java.lang.SecurityException</CODE><DD><CODE>java.security.SignatureException</CODE><DD><CODE>java.security.InvalidKeyException</CODE></DL></DD></DL><HR><A NAME="generateX509CRL(java.security.PrivateKey, java.lang.String)"><!-- --></A><H3>generateX509CRL</H3><PRE>public java.security.cert.X509CRL <B>generateX509CRL</B>(java.security.PrivateKey key, java.lang.String provider) throws java.security.NoSuchProviderException, java.lang.SecurityException, java.security.SignatureException, java.security.InvalidKeyException</PRE><DL><DD><B>Deprecated.</B> <I>use generate()</I><P><DD>generate an X509 certificate, based on the current issuer and subject using the passed in provider for the signing.<P><DD><DL><DT><B>Throws:</B><DD><CODE>java.security.NoSuchProviderException</CODE><DD><CODE>java.lang.SecurityException</CODE><DD><CODE>java.security.SignatureException</CODE><DD><CODE>java.security.InvalidKeyException</CODE></DL></DD></DL><HR><A NAME="generateX509CRL(java.security.PrivateKey, java.lang.String, java.security.SecureRandom)"><!-- --></A><H3>generateX509CRL</H3><PRE>public java.security.cert.X509CRL <B>generateX509CRL</B>(java.security.PrivateKey key, java.lang.String provider, java.security.SecureRandom random) throws java.security.NoSuchProviderException, java.lang.SecurityException, java.security.SignatureException, java.security.InvalidKeyException</PRE><DL><DD><B>Deprecated.</B> <I>use generate()</I><P><DD>generate an X509 CRL, based on the current issuer and subject, using the passed in provider for the signing.<P><DD><DL><DT><B>Throws:</B><DD><CODE>java.security.NoSuchProviderException</CODE><DD><CODE>java.lang.SecurityException</CODE><DD><CODE>java.security.SignatureException</CODE><DD><CODE>java.security.InvalidKeyException</CODE></DL></DD></DL><HR><A NAME="generate(java.security.PrivateKey)"><!-- --></A><H3>generate</H3><PRE>public java.security.cert.X509CRL <B>generate</B>(java.security.PrivateKey key) throws java.security.cert.CRLException, java.lang.IllegalStateException, java.security.NoSuchAlgorithmException, java.security.SignatureException, java.security.InvalidKeyException</PRE><DL><DD>generate an X509 CRL, based on the current issuer and subject using the default provider. <p> <b>Note:</b> this differs from the deprecated method in that the default provider is used - not "BC". </p><P><DD><DL><DT><B>Throws:</B><DD><CODE>java.security.cert.CRLException</CODE><DD><CODE>java.lang.IllegalStateException</CODE><DD><CODE>java.security.NoSuchAlgorithmException</CODE><DD><CODE>java.security.SignatureException</CODE><DD><CODE>java.security.InvalidKeyException</CODE></DL></DD></DL><HR><A NAME="generate(java.security.PrivateKey, java.security.SecureRandom)"><!-- --></A><H3>generate</H3><PRE>public java.security.cert.X509CRL <B>generate</B>(java.security.PrivateKey key, java.security.SecureRandom random) throws java.security.cert.CRLException, java.lang.IllegalStateException, java.security.NoSuchAlgorithmException, java.security.SignatureException, java.security.InvalidKeyException</PRE><DL><DD>generate an X509 CRL, based on the current issuer and subject using the default provider and an user defined SecureRandom object as source of randomness. <p> <b>Note:</b> this differs from the deprecated method in that the default provider is used - not "BC". </p><P><DD><DL><DT><B>Throws:</B><DD><CODE>java.security.cert.CRLException</CODE><DD><CODE>java.lang.IllegalStateException</CODE><DD><CODE>java.security.NoSuchAlgorithmException</CODE><DD><CODE>java.security.SignatureException</CODE><DD><CODE>java.security.InvalidKeyException</CODE></DL></DD></DL><HR><A NAME="generate(java.security.PrivateKey, java.lang.String)"><!-- --></A><H3>generate</H3><PRE>public java.security.cert.X509CRL <B>generate</B>(java.security.PrivateKey key, java.lang.String provider) throws java.security.cert.CRLException, java.lang.IllegalStateException, java.security.NoSuchProviderException, java.security.NoSuchAlgorithmException, java.security.SignatureException, java.security.InvalidKeyException</PRE><DL><DD>generate an X509 certificate, based on the current issuer and subject using the passed in provider for the signing.<P><DD><DL><DT><B>Throws:</B><DD><CODE>java.security.cert.CRLException</CODE><DD><CODE>java.lang.IllegalStateException</CODE><DD><CODE>java.security.NoSuchProviderException</CODE><DD><CODE>java.security.NoSuchAlgorithmException</CODE><DD><CODE>java.security.SignatureException</CODE><DD><CODE>java.security.InvalidKeyException</CODE></DL></DD></DL><HR><A NAME="generate(java.security.PrivateKey, java.lang.String, java.security.SecureRandom)"><!-- --></A><H3>generate</H3><PRE>public java.security.cert.X509CRL <B>generate</B>(java.security.PrivateKey key, java.lang.String provider, java.security.SecureRandom random) throws java.security.cert.CRLException, java.lang.IllegalStateException, java.security.NoSuchProviderException, java.security.NoSuchAlgorithmException, java.security.SignatureException, java.security.InvalidKeyException</PRE><DL><DD>generate an X509 CRL, based on the current issuer and subject, using the passed in provider for the signing.<P><DD><DL><DT><B>Throws:</B><DD><CODE>java.security.cert.CRLException</CODE><DD><CODE>java.lang.IllegalStateException</CODE><DD><CODE>java.security.NoSuchProviderException</CODE><DD><CODE>java.security.NoSuchAlgorithmException</CODE><DD><CODE>java.security.SignatureException</CODE><DD><CODE>java.security.InvalidKeyException</CODE></DL></DD></DL><HR><A NAME="getSignatureAlgNames()"><!-- --></A><H3>getSignatureAlgNames</H3><PRE>public java.util.Iterator <B>getSignatureAlgNames</B>()</PRE><DL><DD>Return an iterator of the signature names supported by the generator.<P><DD><DL><DT><B>Returns:</B><DD>an iterator containing recognised names.</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> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </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"> <A HREF="../../../org/bouncycastle/x509/X509V2AttributeCertificateGenerator.html" title="class in org.bouncycastle.x509"><B>PREV CLASS</B></A> <A HREF="../../../org/bouncycastle/x509/X509V3CertificateGenerator.html" title="class in org.bouncycastle.x509"><B>NEXT CLASS</B></A></FONT></TD><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../index.html?org/bouncycastle/x509/X509V2CRLGenerator.html" target="_top"><B>FRAMES</B></A> <A HREF="X509V2CRLGenerator.html" target="_top"><B>NO FRAMES</B></A> <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: NESTED | FIELD | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD><TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | <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 + -