📄 x509v2attributecertificategenerator.html
字号:
</DD></DL><HR><A NAME="setHolder(org.bouncycastle.x509.AttributeCertificateHolder)"><!-- --></A><H3>setHolder</H3><PRE>public void <B>setHolder</B>(<A HREF="../../../org/bouncycastle/x509/AttributeCertificateHolder.html" title="class in org.bouncycastle.x509">AttributeCertificateHolder</A> holder)</PRE><DL><DD>Set the Holder of this Attribute Certificate<P><DD><DL></DL></DD></DL><HR><A NAME="setIssuer(org.bouncycastle.x509.AttributeCertificateIssuer)"><!-- --></A><H3>setIssuer</H3><PRE>public void <B>setIssuer</B>(<A HREF="../../../org/bouncycastle/x509/AttributeCertificateIssuer.html" title="class in org.bouncycastle.x509">AttributeCertificateIssuer</A> issuer)</PRE><DL><DD>Set the issuer<P><DD><DL></DL></DD></DL><HR><A NAME="setSerialNumber(java.math.BigInteger)"><!-- --></A><H3>setSerialNumber</H3><PRE>public void <B>setSerialNumber</B>(java.math.BigInteger serialNumber)</PRE><DL><DD>set the serial number for the certificate.<P><DD><DL></DL></DD></DL><HR><A NAME="setNotBefore(java.util.Date)"><!-- --></A><H3>setNotBefore</H3><PRE>public void <B>setNotBefore</B>(java.util.Date date)</PRE><DL><DD><DL></DL></DD></DL><HR><A NAME="setNotAfter(java.util.Date)"><!-- --></A><H3>setNotAfter</H3><PRE>public void <B>setNotAfter</B>(java.util.Date date)</PRE><DL><DD><DL></DL></DD></DL><HR><A NAME="setSignatureAlgorithm(java.lang.String)"><!-- --></A><H3>setSignatureAlgorithm</H3><PRE>public void <B>setSignatureAlgorithm</B>(java.lang.String signatureAlgorithm)</PRE><DL><DD>Set the signature algorithm. This can be either a name or an OID, names are treated as case insensitive.<P><DD><DL><DT><B>Parameters:</B><DD><CODE>signatureAlgorithm</CODE> - string representation of the algorithm name.</DL></DD></DL><HR><A NAME="addAttribute(org.bouncycastle.x509.X509Attribute)"><!-- --></A><H3>addAttribute</H3><PRE>public void <B>addAttribute</B>(<A HREF="../../../org/bouncycastle/x509/X509Attribute.html" title="class in org.bouncycastle.x509">X509Attribute</A> attribute)</PRE><DL><DD>add an attribute<P><DD><DL></DL></DD></DL><HR><A NAME="setIssuerUniqueId(boolean[])"><!-- --></A><H3>setIssuerUniqueId</H3><PRE>public void <B>setIssuerUniqueId</B>(boolean[] iui)</PRE><DL><DD><DL></DL></DD></DL><HR><A NAME="addExtension(java.lang.String, boolean, org.bouncycastle.asn1.ASN1Encodable)"><!-- --></A><H3>addExtension</H3><PRE>public void <B>addExtension</B>(java.lang.String oid, boolean critical, <A HREF="../../../org/bouncycastle/asn1/ASN1Encodable.html" title="class in org.bouncycastle.asn1">ASN1Encodable</A> value) throws java.io.IOException</PRE><DL><DD>add a given extension field for the standard extensions tag<P><DD><DL><DT><B>Throws:</B><DD><CODE>java.io.IOException</CODE></DL></DD></DL><HR><A NAME="addExtension(java.lang.String, boolean, byte[])"><!-- --></A><H3>addExtension</H3><PRE>public void <B>addExtension</B>(java.lang.String oid, boolean critical, byte[] value)</PRE><DL><DD>add a given extension field for the standard extensions tag The value parameter becomes the contents of the octet string associated with the extension.<P><DD><DL></DL></DD></DL><HR><A NAME="generateCertificate(java.security.PrivateKey, java.lang.String)"><!-- --></A><H3>generateCertificate</H3><PRE>public <A HREF="../../../org/bouncycastle/x509/X509AttributeCertificate.html" title="interface in org.bouncycastle.x509">X509AttributeCertificate</A> <B>generateCertificate</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="generateCertificate(java.security.PrivateKey, java.lang.String, java.security.SecureRandom)"><!-- --></A><H3>generateCertificate</H3><PRE>public <A HREF="../../../org/bouncycastle/x509/X509AttributeCertificate.html" title="interface in org.bouncycastle.x509">X509AttributeCertificate</A> <B>generateCertificate</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 certificate, based on the current issuer and subject, using the passed in provider for the signing and the supplied source of randomness, if required.<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, java.lang.String)"><!-- --></A><H3>generate</H3><PRE>public <A HREF="../../../org/bouncycastle/x509/X509AttributeCertificate.html" title="interface in org.bouncycastle.x509">X509AttributeCertificate</A> <B>generate</B>(java.security.PrivateKey key, java.lang.String provider) throws java.security.cert.CertificateEncodingException, java.lang.IllegalStateException, java.security.NoSuchProviderException, java.security.SignatureException, java.security.InvalidKeyException, java.security.NoSuchAlgorithmException</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.CertificateEncodingException</CODE><DD><CODE>java.lang.IllegalStateException</CODE><DD><CODE>java.security.NoSuchProviderException</CODE><DD><CODE>java.security.SignatureException</CODE><DD><CODE>java.security.InvalidKeyException</CODE><DD><CODE>java.security.NoSuchAlgorithmException</CODE></DL></DD></DL><HR><A NAME="generate(java.security.PrivateKey, java.lang.String, java.security.SecureRandom)"><!-- --></A><H3>generate</H3><PRE>public <A HREF="../../../org/bouncycastle/x509/X509AttributeCertificate.html" title="interface in org.bouncycastle.x509">X509AttributeCertificate</A> <B>generate</B>(java.security.PrivateKey key, java.lang.String provider, java.security.SecureRandom random) throws java.security.cert.CertificateEncodingException, 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 and the supplied source of randomness, if required.<P><DD><DL><DT><B>Throws:</B><DD><CODE>java.security.cert.CertificateEncodingException</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/X509V2AttributeCertificate.html" title="class in org.bouncycastle.x509"><B>PREV CLASS</B></A> <A HREF="../../../org/bouncycastle/x509/X509V2CRLGenerator.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/X509V2AttributeCertificateGenerator.html" target="_top"><B>FRAMES</B></A> <A HREF="X509V2AttributeCertificateGenerator.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 + -