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

📄 extendedpkixparameters.html

📁 java非对称加密的源代码
💻 HTML
📖 第 1 页 / 共 4 页
字号:
<A NAME="isUseDeltasEnabled()"><!-- --></A><H3>isUseDeltasEnabled</H3><PRE>public boolean <B>isUseDeltasEnabled</B>()</PRE><DL><DD>Defaults to <code>false</code>.<P><DD><DL><DT><B>Returns:</B><DD>Returns if delta CRLs should be used.</DL></DD></DL><HR><A NAME="setUseDeltasEnabled(boolean)"><!-- --></A><H3>setUseDeltasEnabled</H3><PRE>public void <B>setUseDeltasEnabled</B>(boolean&nbsp;useDeltas)</PRE><DL><DD>Sets if delta CRLs should be used for checking the revocation status.<P><DD><DL><DT><B>Parameters:</B><DD><CODE>useDeltas</CODE> - <code>true</code> if delta CRLs should be used.</DL></DD></DL><HR><A NAME="getValidityModel()"><!-- --></A><H3>getValidityModel</H3><PRE>public int <B>getValidityModel</B>()</PRE><DL><DD><DL><DT><B>Returns:</B><DD>Returns the validity model.<DT><B>See Also:</B><DD><A HREF="../../../org/bouncycastle/x509/ExtendedPKIXParameters.html#CHAIN_VALIDITY_MODEL"><CODE>CHAIN_VALIDITY_MODEL</CODE></A>, <A HREF="../../../org/bouncycastle/x509/ExtendedPKIXParameters.html#PKIX_VALIDITY_MODEL"><CODE>PKIX_VALIDITY_MODEL</CODE></A></DL></DD></DL><HR><A NAME="addCertStore(java.security.cert.CertStore)"><!-- --></A><H3>addCertStore</H3><PRE>public void <B>addCertStore</B>(java.security.cert.CertStore&nbsp;store)</PRE><DL><DD>Adds a Java CertStore to this extended PKIX parameters. If the store uses initialisation parameters of type <code>CollectionCertStoreParameters</code> or <code></code> the corresponding Bouncy Castle <A HREF="../../../org/bouncycastle/util/Store.html" title="interface in org.bouncycastle.util"><CODE>Store</CODE></A> type is created additionally to it.<P><DD><DL><DT><B>Overrides:</B><DD><CODE>addCertStore</CODE> in class <CODE>java.security.cert.PKIXParameters</CODE></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="setCertStores(java.util.List)"><!-- --></A><H3>setCertStores</H3><PRE>public void <B>setCertStores</B>(java.util.List&nbsp;stores)</PRE><DL><DD>Sets the Java CertStore to this extended PKIX parameters. If the stores use initialisation parameters of type <code>CollectionCertStoreParameters</code> or <code></code> the corresponding Bouncy Castle <A HREF="../../../org/bouncycastle/util/Store.html" title="interface in org.bouncycastle.util"><CODE>Store</CODE></A> types are created additionally to it.<P><DD><DL><DT><B>Overrides:</B><DD><CODE>setCertStores</CODE> in class <CODE>java.security.cert.PKIXParameters</CODE></DL></DD><DD><DL><DT><B>Throws:</B><DD><CODE>java.lang.ClassCastException</CODE> - if an element of <code>stores</code> is not             a <code>CertStore</code>.</DL></DD></DL><HR><A NAME="setStores(java.util.List)"><!-- --></A><H3>setStores</H3><PRE>public void <B>setStores</B>(java.util.List&nbsp;stores)</PRE><DL><DD>Sets the Bouncy Castle Stores for finding CRLs, certificates, attribute certificates or cross certificates. <p> The <code>List</code> is cloned.<P><DD><DL><DT><B>Parameters:</B><DD><CODE>stores</CODE> - A list of stores to use.<DT><B>Throws:</B><DD><CODE>java.lang.ClassCastException</CODE> - if an element of <code>stores</code> is not             a <A HREF="../../../org/bouncycastle/util/Store.html" title="interface in org.bouncycastle.util"><CODE>Store</CODE></A>.<DT><B>See Also:</B><DD><A HREF="../../../org/bouncycastle/x509/ExtendedPKIXParameters.html#getStores()"><CODE>getStores()</CODE></A></DL></DD></DL><HR><A NAME="addStore(org.bouncycastle.util.Store)"><!-- --></A><H3>addStore</H3><PRE>public void <B>addStore</B>(<A HREF="../../../org/bouncycastle/util/Store.html" title="interface in org.bouncycastle.util">Store</A>&nbsp;store)</PRE><DL><DD>Adds a Bouncy Castle <A HREF="../../../org/bouncycastle/util/Store.html" title="interface in org.bouncycastle.util"><CODE>Store</CODE></A> to find CRLs, certificates, attribute certificates or cross certificates. <p> This method should be used to add local stores, like collection based X.509 stores, if available. Local stores should be considered first, before trying to use additional (remote) locations, because they do not need possible additional network traffic. <p> If <code>store</code> is <code>null</code> it is ignored.<P><DD><DL><DT><B>Parameters:</B><DD><CODE>store</CODE> - The store to add.<DT><B>See Also:</B><DD><A HREF="../../../org/bouncycastle/x509/ExtendedPKIXParameters.html#getStores()"><CODE>getStores()</CODE></A></DL></DD></DL><HR><A NAME="addAddionalStore(org.bouncycastle.util.Store)"><!-- --></A><H3>addAddionalStore</H3><PRE>public void <B>addAddionalStore</B>(<A HREF="../../../org/bouncycastle/util/Store.html" title="interface in org.bouncycastle.util">Store</A>&nbsp;store)</PRE><DL><DD>Adds a additional Bouncy Castle <A HREF="../../../org/bouncycastle/util/Store.html" title="interface in org.bouncycastle.util"><CODE>Store</CODE></A> to find CRLs, certificates, attribute certificates or cross certificates. <p> You should not use this method. This method is used for adding additional X.509 stores, which are used to add (remote) locations, e.g. LDAP, found during X.509 object processing, e.g. in certificates or CRLs. This method is used in PKIX certification path processing. <p> If <code>store</code> is <code>null</code> it is ignored.<P><DD><DL><DT><B>Parameters:</B><DD><CODE>store</CODE> - The store to add.<DT><B>See Also:</B><DD><A HREF="../../../org/bouncycastle/x509/ExtendedPKIXParameters.html#getStores()"><CODE>getStores()</CODE></A></DL></DD></DL><HR><A NAME="getAddionalStores()"><!-- --></A><H3>getAddionalStores</H3><PRE>public java.util.List <B>getAddionalStores</B>()</PRE><DL><DD>Returns an immutable <code>List</code> of additional Bouncy Castle <code>Store</code>s used for finding CRLs, certificates, attribute certificates or cross certificates.<P><DD><DL><DT><B>Returns:</B><DD>an immutable <code>List</code> of additional Bouncy Castle         <code>Store</code>s. Never <code>null</code>.<DT><B>See Also:</B><DD><A HREF="../../../org/bouncycastle/x509/ExtendedPKIXParameters.html#addAddionalStore(org.bouncycastle.util.Store)"><CODE>addAddionalStore(Store)</CODE></A></DL></DD></DL><HR><A NAME="getStores()"><!-- --></A><H3>getStores</H3><PRE>public java.util.List <B>getStores</B>()</PRE><DL><DD>Returns an immutable <code>List</code> of Bouncy Castle <code>Store</code>s used for finding CRLs, certificates, attribute certificates or cross certificates.<P><DD><DL><DT><B>Returns:</B><DD>an immutable <code>List</code> of Bouncy Castle         <code>Store</code>s. Never <code>null</code>.<DT><B>See Also:</B><DD><A HREF="../../../org/bouncycastle/x509/ExtendedPKIXParameters.html#setStores(java.util.List)"><CODE>setStores(List)</CODE></A></DL></DD></DL><HR><A NAME="setValidityModel(int)"><!-- --></A><H3>setValidityModel</H3><PRE>public void <B>setValidityModel</B>(int&nbsp;validityModel)</PRE><DL><DD><DL><DT><B>Parameters:</B><DD><CODE>validityModel</CODE> - The validity model to set.<DT><B>See Also:</B><DD><A HREF="../../../org/bouncycastle/x509/ExtendedPKIXParameters.html#CHAIN_VALIDITY_MODEL"><CODE>CHAIN_VALIDITY_MODEL</CODE></A>, <A HREF="../../../org/bouncycastle/x509/ExtendedPKIXParameters.html#PKIX_VALIDITY_MODEL"><CODE>PKIX_VALIDITY_MODEL</CODE></A></DL></DD></DL><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

⌨️ 快捷键说明

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