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

📄 extendedpkixparameters.html

📁 kjlj oipipi poipoipo ipo [pipoi
💻 HTML
📖 第 1 页 / 共 3 页
字号:
<HR><A NAME="clone()"><!-- --></A><H3>clone</H3><PRE>public java.lang.Object <B>clone</B>()</PRE><DL><DD><DL><DT><B>Specified by:</B><DD><CODE>clone</CODE> in interface <CODE>java.security.cert.CertPathParameters</CODE><DT><B>Overrides:</B><DD><CODE>clone</CODE> in class <CODE>java.security.cert.PKIXParameters</CODE></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="isAdditionalLocationsEnabled()"><!-- --></A><H3>isAdditionalLocationsEnabled</H3><PRE>public boolean <B>isAdditionalLocationsEnabled</B>()</PRE><DL><DD>Returns if additional <A HREF="../../../org/bouncycastle/x509/X509Store.html" title="class in org.bouncycastle.x509"><CODE>X509Store</CODE></A>s for locations like LDAP found in certificates or CRLs should be used.<P><DD><DL><DT><B>Returns:</B><DD>Returns <code>true</code> if additional stores are used.</DL></DD></DL><HR><A NAME="setAdditionalLocationsEnabled(boolean)"><!-- --></A><H3>setAdditionalLocationsEnabled</H3><PRE>public void <B>setAdditionalLocationsEnabled</B>(boolean&nbsp;enabled)</PRE><DL><DD>Sets if additional <A HREF="../../../org/bouncycastle/x509/X509Store.html" title="class in org.bouncycastle.x509"><CODE>X509Store</CODE></A>s for locations like LDAP found in certificates or CRLs should be used.<P><DD><DL><DT><B>Parameters:</B><DD><CODE>enabled</CODE> - <code>true</code> if additional stores are used.</DL></DD></DL><HR><A NAME="getTargetConstraints()"><!-- --></A><H3>getTargetConstraints</H3><PRE>public <A HREF="../../../org/bouncycastle/util/Selector.html" title="interface in org.bouncycastle.util">Selector</A> <B>getTargetConstraints</B>()</PRE><DL><DD>Returns the required constraints on the target certificate or attribute certificate. The constraints are returned as an instance of <code>Selector</code>. If <code>null</code>, no constraints are defined.  <p> The target certificate in a PKIX path may be a certificate or an attribute certificate. <p> Note that the <code>Selector</code> returned is cloned to protect against subsequent modifications.<P><DD><DL><DT><B>Returns:</B><DD>a <code>Selector</code> specifying the constraints on the         target certificate or attribute certificate (or <code>null</code>)<DT><B>See Also:</B><DD><A HREF="../../../org/bouncycastle/x509/ExtendedPKIXParameters.html#setTargetConstraints(org.bouncycastle.util.Selector)"><CODE>setTargetConstraints(org.bouncycastle.util.Selector)</CODE></A>, <A HREF="../../../org/bouncycastle/x509/X509CertStoreSelector.html" title="class in org.bouncycastle.x509"><CODE>X509CertStoreSelector</CODE></A>, <A HREF="../../../org/bouncycastle/x509/X509AttributeCertStoreSelector.html" title="class in org.bouncycastle.x509"><CODE>X509AttributeCertStoreSelector</CODE></A></DL></DD></DL><HR><A NAME="setTargetConstraints(org.bouncycastle.util.Selector)"><!-- --></A><H3>setTargetConstraints</H3><PRE>public void <B>setTargetConstraints</B>(<A HREF="../../../org/bouncycastle/util/Selector.html" title="interface in org.bouncycastle.util">Selector</A>&nbsp;selector)</PRE><DL><DD>Sets the required constraints on the target certificate or attribute certificate. The constraints are specified as an instance of <code>Selector</code>. If <code>null</code>, no constraints are defined. <p> The target certificate in a PKIX path may be a certificate or an attribute certificate. <p> Note that the <code>Selector</code> specified is cloned to protect against subsequent modifications.<P><DD><DL><DT><B>Parameters:</B><DD><CODE>selector</CODE> - a <code>Selector</code> specifying the constraints on            the target certificate or attribute certificate (or            <code>null</code>)<DT><B>See Also:</B><DD><A HREF="../../../org/bouncycastle/x509/ExtendedPKIXParameters.html#getTargetConstraints()"><CODE>getTargetConstraints()</CODE></A>, <A HREF="../../../org/bouncycastle/x509/X509CertStoreSelector.html" title="class in org.bouncycastle.x509"><CODE>X509CertStoreSelector</CODE></A>, <A HREF="../../../org/bouncycastle/x509/X509AttributeCertStoreSelector.html" title="class in org.bouncycastle.x509"><CODE>X509AttributeCertStoreSelector</CODE></A></DL></DD></DL><HR><A NAME="setTargetCertConstraints(java.security.cert.CertSelector)"><!-- --></A><H3>setTargetCertConstraints</H3><PRE>public void <B>setTargetCertConstraints</B>(java.security.cert.CertSelector&nbsp;selector)</PRE><DL><DD>Sets the required constraints on the target certificate. The constraints are specified as an instance of <code>X509CertSelector</code>. If <code>null</code>, no constraints are defined.  <p> This method wraps the given <code>X509CertSelector</code> into a <code>X509CertStoreSelector</code>. <p> Note that the <code>X509CertSelector</code> specified is cloned to protect against subsequent modifications.<P><DD><DL><DT><B>Overrides:</B><DD><CODE>setTargetCertConstraints</CODE> in class <CODE>java.security.cert.PKIXParameters</CODE></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>selector</CODE> - a <code>X509CertSelector</code> specifying the            constraints on the target certificate (or <code>null</code>)<DT><B>See Also:</B><DD><CODE>PKIXParameters.getTargetCertConstraints()</CODE>, <A HREF="../../../org/bouncycastle/x509/X509CertStoreSelector.html" title="class in org.bouncycastle.x509"><CODE>X509CertStoreSelector</CODE></A></DL></DD></DL><HR><A NAME="getTrustedACIssuers()"><!-- --></A><H3>getTrustedACIssuers</H3><PRE>public java.util.Set <B>getTrustedACIssuers</B>()</PRE><DL><DD>Returns the trusted attribute certificate issuers. If attribute certificates is verified the trusted AC issuers must be set. <p> The returned <code>Set</code> consists of <code>TrustAnchor</code>s. <p> The returned <code>Set</code> is immutable. Never <code>null</code><P><DD><DL><DT><B>Returns:</B><DD>Returns an immutable set of the trusted AC issuers.</DL></DD></DL><HR><A NAME="setTrustedACIssuers(java.util.Set)"><!-- --></A><H3>setTrustedACIssuers</H3><PRE>public void <B>setTrustedACIssuers</B>(java.util.Set&nbsp;trustedACIssuers)</PRE><DL><DD>Sets the trusted attribute certificate issuers. If attribute certificates is verified the trusted AC issuers must be set. <p> The <code>trustedACIssuers</code> must be a <code>Set</code> of <code>TrustAnchor</code> <p> The given set is cloned.<P><DD><DL><DT><B>Parameters:</B><DD><CODE>trustedACIssuers</CODE> - The trusted AC issuers to set. Is never            <code>null</code>.<DT><B>Throws:</B><DD><CODE>java.lang.ClassCastException</CODE> - if an element of <code>stores</code> is not             a <code>TrustAnchor</code>.</DL></DD></DL><HR><A NAME="getNecessaryACAttributes()"><!-- --></A><H3>getNecessaryACAttributes</H3><PRE>public java.util.Set <B>getNecessaryACAttributes</B>()</PRE><DL><DD>Returns the neccessary attributes which must be contained in an attribute certificate. <p> The returned <code>Set</code> is immutable and contains <code>String</code>s with the OIDs.<P><DD><DL><DT><B>Returns:</B><DD>Returns the necessary AC attributes.</DL></DD></DL><HR><A NAME="setNecessaryACAttributes(java.util.Set)"><!-- --></A><H3>setNecessaryACAttributes</H3><PRE>public void <B>setNecessaryACAttributes</B>(java.util.Set&nbsp;necessaryACAttributes)</PRE><DL><DD>Sets the neccessary which must be contained in an attribute certificate. <p> The <code>Set</code> must contain <code>String</code>s with the OIDs. <p> The set is cloned.<P><DD><DL><DT><B>Parameters:</B><DD><CODE>necessaryACAttributes</CODE> - The necessary AC attributes to set.<DT><B>Throws:</B><DD><CODE>java.lang.ClassCastException</CODE> - if an element of             <code>necessaryACAttributes</code> is not a             <code>String</code>.</DL></DD></DL><HR><A NAME="getProhibitedACAttributes()"><!-- --></A><H3>getProhibitedACAttributes</H3><PRE>public java.util.Set <B>getProhibitedACAttributes</B>()</PRE><DL><DD>Returns the attribute certificates which are not allowed. <p> The returned <code>Set</code> is immutable and contains <code>String</code>s with the OIDs.<P><DD><DL><DT><B>Returns:</B><DD>Returns the prohibited AC attributes. Is never <code>null</code>.</DL></DD></DL><HR><A NAME="setProhibitedACAttributes(java.util.Set)"><!-- --></A><H3>setProhibitedACAttributes</H3><PRE>public void <B>setProhibitedACAttributes</B>(java.util.Set&nbsp;prohibitedACAttributes)</PRE><DL><DD>Sets the attribute certificates which are not allowed. <p> The <code>Set</code> must contain <code>String</code>s with the OIDs. <p> The set is cloned.<P><DD><DL><DT><B>Parameters:</B><DD><CODE>prohibitedACAttributes</CODE> - The prohibited AC attributes to set.<DT><B>Throws:</B><DD><CODE>java.lang.ClassCastException</CODE> - if an element of             <code>prohibitedACAttributes</code> is not a             <code>String</code>.</DL></DD></DL><HR><A NAME="getAttrCertCheckers()"><!-- --></A><H3>getAttrCertCheckers</H3><PRE>public java.util.Set <B>getAttrCertCheckers</B>()</PRE><DL><DD>Returns the attribute certificate checker. The returned set contains <A HREF="../../../org/bouncycastle/x509/PKIXAttrCertChecker.html" title="class in org.bouncycastle.x509"><CODE>PKIXAttrCertChecker</CODE></A>s and is immutable.<P><DD><DL><DT><B>Returns:</B><DD>Returns the attribute certificate checker. Is never         <code>null</code>.</DL></DD></DL><HR><A NAME="setAttrCertCheckers(java.util.Set)"><!-- --></A><H3>setAttrCertCheckers</H3><PRE>public void <B>setAttrCertCheckers</B>(java.util.Set&nbsp;attrCertCheckers)</PRE><DL><DD>Sets the attribute certificate checkers. <p> All elements in the <code>Set</code> must a <A HREF="../../../org/bouncycastle/x509/PKIXAttrCertChecker.html" title="class in org.bouncycastle.x509"><CODE>PKIXAttrCertChecker</CODE></A>. <p> The given set is cloned.<P><DD><DL><DT><B>Parameters:</B><DD><CODE>attrCertCheckers</CODE> - The attribute certificate checkers to set. Is            never <code>null</code>.<DT><B>Throws:</B><DD><CODE>java.lang.ClassCastException</CODE> - if an element of <code>attrCertCheckers</code>             is not a <code>PKIXAttrCertChecker</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/x509/ExtendedPKIXBuilderParameters.html" title="class in org.bouncycastle.x509"><B>PREV CLASS</B></A>&nbsp;&nbsp;<A HREF="../../../org/bouncycastle/x509/NoSuchParserException.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/ExtendedPKIXParameters.html" target="_top"><B>FRAMES</B></A>  &nbsp;&nbsp;<A HREF="ExtendedPKIXParameters.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;<A HREF="#field_summary">FIELD</A>&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;<A HREF="#field_detail">FIELD</A>&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 + -