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

📄 x509ldapcertstoreparameters.builder.html

📁 kjlj oipipi poipoipo ipo [pipoi
💻 HTML
📖 第 1 页 / 共 5 页
字号:
<A NAME="setCACertificateSubjectAttributeName(java.lang.String)"><!-- --></A><H3>setCACertificateSubjectAttributeName</H3><PRE>public <A HREF="../../../org/bouncycastle/jce/X509LDAPCertStoreParameters.Builder.html" title="class in org.bouncycastle.jce">X509LDAPCertStoreParameters.Builder</A> <B>setCACertificateSubjectAttributeName</B>(java.lang.String&nbsp;cACertificateSubjectAttributeName)</PRE><DL><DD><DL><DT><B>Parameters:</B><DD><CODE>cACertificateSubjectAttributeName</CODE> - Attribute(s) in the subject of the certificate which is used                                       to be searched in the                                       <code>ldapCACertificateAttributeName</code>. E.g. the "ou"                                       attribute of the DN could be used.<DT><B>Returns:</B><DD>the builder<DT><B>Throws:</B><DD><CODE>java.lang.IllegalArgumentException</CODE> - if a necessary parameter is <code>null</code>.</DL></DD></DL><HR><A NAME="setCrossCertificateSubjectAttributeName(java.lang.String)"><!-- --></A><H3>setCrossCertificateSubjectAttributeName</H3><PRE>public <A HREF="../../../org/bouncycastle/jce/X509LDAPCertStoreParameters.Builder.html" title="class in org.bouncycastle.jce">X509LDAPCertStoreParameters.Builder</A> <B>setCrossCertificateSubjectAttributeName</B>(java.lang.String&nbsp;crossCertificateSubjectAttributeName)</PRE><DL><DD><DL><DT><B>Parameters:</B><DD><CODE>crossCertificateSubjectAttributeName</CODE> - Attribute(s) in the subject of the cross certificate which is                                       used to be searched in the                                       <code>ldapCrossCertificateAttributeName</code>. E.g. the                                       "o" attribute of the DN may be appropriate.<DT><B>Returns:</B><DD>the builder<DT><B>Throws:</B><DD><CODE>java.lang.IllegalArgumentException</CODE> - if a necessary parameter is <code>null</code>.</DL></DD></DL><HR><A NAME="setCertificateRevocationListIssuerAttributeName(java.lang.String)"><!-- --></A><H3>setCertificateRevocationListIssuerAttributeName</H3><PRE>public <A HREF="../../../org/bouncycastle/jce/X509LDAPCertStoreParameters.Builder.html" title="class in org.bouncycastle.jce">X509LDAPCertStoreParameters.Builder</A> <B>setCertificateRevocationListIssuerAttributeName</B>(java.lang.String&nbsp;certificateRevocationListIssuerAttributeName)</PRE><DL><DD><DL><DT><B>Parameters:</B><DD><CODE>certificateRevocationListIssuerAttributeName</CODE> - Attribute(s) in the issuer of the CRL which is used to be                                       searched in the                                       <code>ldapCertificateRevocationListAttributeName</code>.                                       E.g. the "o" or "ou" attribute may be used.<DT><B>Returns:</B><DD>the builder<DT><B>Throws:</B><DD><CODE>java.lang.IllegalArgumentException</CODE> - if a necessary parameter is <code>null</code>.</DL></DD></DL><HR><A NAME="setDeltaRevocationListIssuerAttributeName(java.lang.String)"><!-- --></A><H3>setDeltaRevocationListIssuerAttributeName</H3><PRE>public <A HREF="../../../org/bouncycastle/jce/X509LDAPCertStoreParameters.Builder.html" title="class in org.bouncycastle.jce">X509LDAPCertStoreParameters.Builder</A> <B>setDeltaRevocationListIssuerAttributeName</B>(java.lang.String&nbsp;deltaRevocationListIssuerAttributeName)</PRE><DL><DD><DL><DT><B>Parameters:</B><DD><CODE>deltaRevocationListIssuerAttributeName</CODE> - Attribute(s) in the issuer of the CRL which is used to be                                       searched in the                                       <code>ldapDeltaRevocationListAttributeName</code>. E.g. the                                       "o" or "ou" attribute may be used.<DT><B>Returns:</B><DD>the builder<DT><B>Throws:</B><DD><CODE>java.lang.IllegalArgumentException</CODE> - if a necessary parameter is <code>null</code>.</DL></DD></DL><HR><A NAME="setAuthorityRevocationListIssuerAttributeName(java.lang.String)"><!-- --></A><H3>setAuthorityRevocationListIssuerAttributeName</H3><PRE>public <A HREF="../../../org/bouncycastle/jce/X509LDAPCertStoreParameters.Builder.html" title="class in org.bouncycastle.jce">X509LDAPCertStoreParameters.Builder</A> <B>setAuthorityRevocationListIssuerAttributeName</B>(java.lang.String&nbsp;authorityRevocationListIssuerAttributeName)</PRE><DL><DD><DL><DT><B>Parameters:</B><DD><CODE>authorityRevocationListIssuerAttributeName</CODE> - Attribute(s) in the issuer of the CRL which is used to be                                       searched in the                                       <code>ldapAuthorityRevocationListAttributeName</code>. E.g.                                       the "o" or "ou" attribute may be used.<DT><B>Returns:</B><DD>the builder<DT><B>Throws:</B><DD><CODE>java.lang.IllegalArgumentException</CODE> - if a necessary parameter is <code>null</code>.</DL></DD></DL><HR><A NAME="setAttributeCertificateAttributeSubjectAttributeName(java.lang.String)"><!-- --></A><H3>setAttributeCertificateAttributeSubjectAttributeName</H3><PRE>public <A HREF="../../../org/bouncycastle/jce/X509LDAPCertStoreParameters.Builder.html" title="class in org.bouncycastle.jce">X509LDAPCertStoreParameters.Builder</A> <B>setAttributeCertificateAttributeSubjectAttributeName</B>(java.lang.String&nbsp;attributeCertificateAttributeSubjectAttributeName)</PRE><DL><DD><DL><DT><B>Parameters:</B><DD><CODE>attributeCertificateAttributeSubjectAttributeName</CODE> - Attribute(s) in the subject of the attribute certificate which                                       is used to be searched in the                                       <code>ldapAttributeCertificateAttributeAttributeName</code>.                                       E.g. the "cn" attribute of the DN could be used.<DT><B>Returns:</B><DD>the builder<DT><B>Throws:</B><DD><CODE>java.lang.IllegalArgumentException</CODE> - if a necessary parameter is <code>null</code>.</DL></DD></DL><HR><A NAME="setAACertificateSubjectAttributeName(java.lang.String)"><!-- --></A><H3>setAACertificateSubjectAttributeName</H3><PRE>public <A HREF="../../../org/bouncycastle/jce/X509LDAPCertStoreParameters.Builder.html" title="class in org.bouncycastle.jce">X509LDAPCertStoreParameters.Builder</A> <B>setAACertificateSubjectAttributeName</B>(java.lang.String&nbsp;aACertificateSubjectAttributeName)</PRE><DL><DD><DL><DT><B>Parameters:</B><DD><CODE>aACertificateSubjectAttributeName</CODE> - Attribute(s) in the subject of the attribute certificate which                                       is used to be searched in the                                       <code>ldapAACertificateAttributeName</code>. E.g. the "ou"                                       attribute of the DN could be used.<DT><B>Returns:</B><DD>the builder<DT><B>Throws:</B><DD><CODE>java.lang.IllegalArgumentException</CODE> - if a necessary parameter is <code>null</code>.</DL></DD></DL><HR><A NAME="setAttributeDescriptorCertificateSubjectAttributeName(java.lang.String)"><!-- --></A><H3>setAttributeDescriptorCertificateSubjectAttributeName</H3><PRE>public <A HREF="../../../org/bouncycastle/jce/X509LDAPCertStoreParameters.Builder.html" title="class in org.bouncycastle.jce">X509LDAPCertStoreParameters.Builder</A> <B>setAttributeDescriptorCertificateSubjectAttributeName</B>(java.lang.String&nbsp;attributeDescriptorCertificateSubjectAttributeName)</PRE><DL><DD><DL><DT><B>Parameters:</B><DD><CODE>attributeDescriptorCertificateSubjectAttributeName</CODE> - Attribute(s) in the subject of the attribute certificate which                                       is used to be searched in the                                       <code>ldapAttributeDescriptorCertificateAttributeName</code>.                                       E.g. the "o" attribute of the DN could be used.<DT><B>Returns:</B><DD>the builder<DT><B>Throws:</B><DD><CODE>java.lang.IllegalArgumentException</CODE> - if a necessary parameter is <code>null</code>.</DL></DD></DL><HR><A NAME="setAttributeCertificateRevocationListIssuerAttributeName(java.lang.String)"><!-- --></A><H3>setAttributeCertificateRevocationListIssuerAttributeName</H3><PRE>public <A HREF="../../../org/bouncycastle/jce/X509LDAPCertStoreParameters.Builder.html" title="class in org.bouncycastle.jce">X509LDAPCertStoreParameters.Builder</A> <B>setAttributeCertificateRevocationListIssuerAttributeName</B>(java.lang.String&nbsp;attributeCertificateRevocationListIssuerAttributeName)</PRE><DL><DD><DL><DT><B>Parameters:</B><DD><CODE>attributeCertificateRevocationListIssuerAttributeName</CODE> - Attribute(s) in the issuer of the CRL which is used to be                                       searched in the                                       <code>ldapAttributeCertificateRevocationListAttributeName</code>.                                       E.g. the "o" or "ou" attribute may be used                                       certificate is searched in this LDAP attribute.<DT><B>Returns:</B><DD>the builder<DT><B>Throws:</B><DD><CODE>java.lang.IllegalArgumentException</CODE> - if a necessary parameter is <code>null</code>.</DL></DD></DL><HR><A NAME="setAttributeAuthorityRevocationListIssuerAttributeName(java.lang.String)"><!-- --></A><H3>setAttributeAuthorityRevocationListIssuerAttributeName</H3><PRE>public <A HREF="../../../org/bouncycastle/jce/X509LDAPCertStoreParameters.Builder.html" title="class in org.bouncycastle.jce">X509LDAPCertStoreParameters.Builder</A> <B>setAttributeAuthorityRevocationListIssuerAttributeName</B>(java.lang.String&nbsp;attributeAuthorityRevocationListIssuerAttributeName)</PRE><DL><DD><DL><DT><B>Parameters:</B><DD><CODE>attributeAuthorityRevocationListIssuerAttributeName</CODE> - Anttribute(s) in the issuer of the CRL which is used to be                                       searched in the                                       <code>ldapAttributeAuthorityRevocationListAttributeName</code>.                                       E.g. the "o" or "ou" attribute may be used.<DT><B>Returns:</B><DD>the builder<DT><B>Throws:</B><DD><CODE>java.lang.IllegalArgumentException</CODE> - if a necessary parameter is <code>null</code>.</DL></DD></DL><HR><A NAME="setSearchForSerialNumberIn(java.lang.String)"><!-- --></A><H3>setSearchForSerialNumberIn</H3><PRE>public <A HREF="../../../org/bouncycastle/jce/X509LDAPCertStoreParameters.Builder.html" title="class in org.bouncycastle.jce">X509LDAPCertStoreParameters.Builder</A> <B>setSearchForSerialNumberIn</B>(java.lang.String&nbsp;searchForSerialNumberIn)</PRE><DL><DD><DL><DT><B>Parameters:</B><DD><CODE>searchForSerialNumberIn</CODE> - If not <code>null</code> the serial number of the                                       certificate is searched in this LDAP attribute.<DT><B>Returns:</B><DD>the builder<DT><B>Throws:</B><DD><CODE>java.lang.IllegalArgumentException</CODE> - if a necessary parameter is <code>null</code>.</DL></DD></DL><HR><A NAME="build()"><!-- --></A><H3>build</H3><PRE>public <A HREF="../../../org/bouncycastle/jce/X509LDAPCertStoreParameters.html" title="class in org.bouncycastle.jce">X509LDAPCertStoreParameters</A> <B>build</B>()</PRE><DL><DD><DL></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

⌨️ 快捷键说明

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