x509extensions.html
来自「椭圆曲线算法包」· HTML 代码 · 共 1,035 行 · 第 1/3 页
HTML
1,035 行
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"><B>Constructor Summary</B></FONT></TH></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><B><A HREF="../../../../org/bouncycastle/asn1/x509/X509Extensions.html#X509Extensions(org.bouncycastle.asn1.ASN1Sequence)">X509Extensions</A></B>(<A HREF="../../../../org/bouncycastle/asn1/ASN1Sequence.html" title="class in org.bouncycastle.asn1">ASN1Sequence</A> seq)</CODE><BR> Constructor from ASN1Sequence.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><B><A HREF="../../../../org/bouncycastle/asn1/x509/X509Extensions.html#X509Extensions(java.util.Hashtable)">X509Extensions</A></B>(java.util.Hashtable extensions)</CODE><BR> constructor from a table of extensions.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><B><A HREF="../../../../org/bouncycastle/asn1/x509/X509Extensions.html#X509Extensions(java.util.Vector, java.util.Hashtable)">X509Extensions</A></B>(java.util.Vector ordering, java.util.Hashtable extensions)</CODE><BR> Constructor from a table of extensions with ordering.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><B><A HREF="../../../../org/bouncycastle/asn1/x509/X509Extensions.html#X509Extensions(java.util.Vector, java.util.Vector)">X509Extensions</A></B>(java.util.Vector objectIDs, java.util.Vector values)</CODE><BR> Constructor from two vectors</TD></TR></TABLE> <!-- ========== METHOD SUMMARY =========== --><A NAME="method_summary"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"><B>Method Summary</B></FONT></TH></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> boolean</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../org/bouncycastle/asn1/x509/X509Extensions.html#equals(java.lang.Object)">equals</A></B>(java.lang.Object o)</CODE><BR> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> <A HREF="../../../../org/bouncycastle/asn1/x509/X509Extension.html" title="class in org.bouncycastle.asn1.x509">X509Extension</A></CODE></FONT></TD><TD><CODE><B><A HREF="../../../../org/bouncycastle/asn1/x509/X509Extensions.html#getExtension(org.bouncycastle.asn1.DERObjectIdentifier)">getExtension</A></B>(<A HREF="../../../../org/bouncycastle/asn1/DERObjectIdentifier.html" title="class in org.bouncycastle.asn1">DERObjectIdentifier</A> oid)</CODE><BR> return the extension represented by the object identifier passed in.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>static <A HREF="../../../../org/bouncycastle/asn1/x509/X509Extensions.html" title="class in org.bouncycastle.asn1.x509">X509Extensions</A></CODE></FONT></TD><TD><CODE><B><A HREF="../../../../org/bouncycastle/asn1/x509/X509Extensions.html#getInstance(org.bouncycastle.asn1.ASN1TaggedObject, boolean)">getInstance</A></B>(<A HREF="../../../../org/bouncycastle/asn1/ASN1TaggedObject.html" title="class in org.bouncycastle.asn1">ASN1TaggedObject</A> obj, boolean explicit)</CODE><BR> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>static <A HREF="../../../../org/bouncycastle/asn1/x509/X509Extensions.html" title="class in org.bouncycastle.asn1.x509">X509Extensions</A></CODE></FONT></TD><TD><CODE><B><A HREF="../../../../org/bouncycastle/asn1/x509/X509Extensions.html#getInstance(java.lang.Object)">getInstance</A></B>(java.lang.Object obj)</CODE><BR> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> int</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../org/bouncycastle/asn1/x509/X509Extensions.html#hashCode()">hashCode</A></B>()</CODE><BR> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> java.util.Enumeration</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../org/bouncycastle/asn1/x509/X509Extensions.html#oids()">oids</A></B>()</CODE><BR> return an Enumeration of the extension field's object ids.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> <A HREF="../../../../org/bouncycastle/asn1/DERObject.html" title="class in org.bouncycastle.asn1">DERObject</A></CODE></FONT></TD><TD><CODE><B><A HREF="../../../../org/bouncycastle/asn1/x509/X509Extensions.html#toASN1Object()">toASN1Object</A></B>()</CODE><BR> Extensions ::= SEQUENCE SIZE (1..MAX) OF Extension Extension ::= SEQUENCE { extnId EXTENSION.</TD></TR></TABLE> <A NAME="methods_inherited_from_class_org.bouncycastle.asn1.ASN1Encodable"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"><TH ALIGN="left"><B>Methods inherited from class org.bouncycastle.asn1.<A HREF="../../../../org/bouncycastle/asn1/ASN1Encodable.html" title="class in org.bouncycastle.asn1">ASN1Encodable</A></B></TH></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><A HREF="../../../../org/bouncycastle/asn1/ASN1Encodable.html#getDEREncoded()">getDEREncoded</A>, <A HREF="../../../../org/bouncycastle/asn1/ASN1Encodable.html#getDERObject()">getDERObject</A>, <A HREF="../../../../org/bouncycastle/asn1/ASN1Encodable.html#getEncoded()">getEncoded</A>, <A HREF="../../../../org/bouncycastle/asn1/ASN1Encodable.html#getEncoded(java.lang.String)">getEncoded</A></CODE></TD></TR></TABLE> <A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"><TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE>clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait</CODE></TD></TR></TABLE> <P><!-- ============ FIELD DETAIL =========== --><A NAME="field_detail"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"><B>Field Detail</B></FONT></TH></TR></TABLE><A NAME="SubjectDirectoryAttributes"><!-- --></A><H3>SubjectDirectoryAttributes</H3><PRE>public static final <A HREF="../../../../org/bouncycastle/asn1/DERObjectIdentifier.html" title="class in org.bouncycastle.asn1">DERObjectIdentifier</A> <B>SubjectDirectoryAttributes</B></PRE><DL><DD>Subject Directory Attributes<P><DL></DL></DL><HR><A NAME="SubjectKeyIdentifier"><!-- --></A><H3>SubjectKeyIdentifier</H3><PRE>public static final <A HREF="../../../../org/bouncycastle/asn1/DERObjectIdentifier.html" title="class in org.bouncycastle.asn1">DERObjectIdentifier</A> <B>SubjectKeyIdentifier</B></PRE><DL><DD>Subject Key Identifier<P><DL></DL></DL><HR><A NAME="KeyUsage"><!-- --></A><H3>KeyUsage</H3><PRE>public static final <A HREF="../../../../org/bouncycastle/asn1/DERObjectIdentifier.html" title="class in org.bouncycastle.asn1">DERObjectIdentifier</A> <B>KeyUsage</B></PRE><DL><DD>Key Usage<P><DL></DL></DL><HR><A NAME="PrivateKeyUsagePeriod"><!-- --></A><H3>PrivateKeyUsagePeriod</H3><PRE>public static final <A HREF="../../../../org/bouncycastle/asn1/DERObjectIdentifier.html" title="class in org.bouncycastle.asn1">DERObjectIdentifier</A> <B>PrivateKeyUsagePeriod</B></PRE><DL><DD>Private Key Usage Period<P><DL></DL></DL><HR><A NAME="SubjectAlternativeName"><!-- --></A><H3>SubjectAlternativeName</H3><PRE>public static final <A HREF="../../../../org/bouncycastle/asn1/DERObjectIdentifier.html" title="class in org.bouncycastle.asn1">DERObjectIdentifier</A> <B>SubjectAlternativeName</B></PRE><DL><DD>Subject Alternative Name<P><DL></DL></DL><HR><A NAME="IssuerAlternativeName"><!-- --></A><H3>IssuerAlternativeName</H3><PRE>public static final <A HREF="../../../../org/bouncycastle/asn1/DERObjectIdentifier.html" title="class in org.bouncycastle.asn1">DERObjectIdentifier</A> <B>IssuerAlternativeName</B></PRE><DL><DD>Issuer Alternative Name<P><DL></DL></DL><HR><A NAME="BasicConstraints"><!-- --></A><H3>BasicConstraints</H3><PRE>public static final <A HREF="../../../../org/bouncycastle/asn1/DERObjectIdentifier.html" title="class in org.bouncycastle.asn1">DERObjectIdentifier</A> <B>BasicConstraints</B></PRE><DL><DD>Basic Constraints<P><DL></DL></DL><HR><A NAME="CRLNumber"><!-- --></A><H3>CRLNumber</H3><PRE>public static final <A HREF="../../../../org/bouncycastle/asn1/DERObjectIdentifier.html" title="class in org.bouncycastle.asn1">DERObjectIdentifier</A> <B>CRLNumber</B></PRE><DL><DD>CRL Number<P><DL></DL></DL><HR><A NAME="ReasonCode"><!-- --></A><H3>ReasonCode</H3><PRE>public static final <A HREF="../../../../org/bouncycastle/asn1/DERObjectIdentifier.html" title="class in org.bouncycastle.asn1">DERObjectIdentifier</A> <B>ReasonCode</B></PRE><DL><DD>Reason code<P><DL></DL></DL><HR><A NAME="InstructionCode"><!-- --></A><H3>InstructionCode</H3><PRE>public static final <A HREF="../../../../org/bouncycastle/asn1/DERObjectIdentifier.html" title="class in org.bouncycastle.asn1">DERObjectIdentifier</A> <B>InstructionCode</B></PRE><DL><DD>Hold Instruction Code<P><DL></DL></DL><HR><A NAME="InvalidityDate"><!-- --></A><H3>InvalidityDate</H3><PRE>public static final <A HREF="../../../../org/bouncycastle/asn1/DERObjectIdentifier.html" title="class in org.bouncycastle.asn1">DERObjectIdentifier</A> <B>InvalidityDate</B></PRE><DL><DD>Invalidity Date<P><DL></DL></DL><HR><A NAME="DeltaCRLIndicator"><!-- --></A><H3>DeltaCRLIndicator</H3><PRE>public static final <A HREF="../../../../org/bouncycastle/asn1/DERObjectIdentifier.html" title="class in org.bouncycastle.asn1">DERObjectIdentifier</A> <B>DeltaCRLIndicator</B></PRE><DL><DD>Delta CRL indicator<P><DL></DL></DL><HR><A NAME="IssuingDistributionPoint"><!-- --></A><H3>IssuingDistributionPoint</H3><PRE>public static final <A HREF="../../../../org/bouncycastle/asn1/DERObjectIdentifier.html" title="class in org.bouncycastle.asn1">DERObjectIdentifier</A> <B>IssuingDistributionPoint</B></PRE><DL><DD>Issuing Distribution Point<P><DL></DL></DL><HR><A NAME="CertificateIssuer"><!-- --></A><H3>CertificateIssuer</H3><PRE>public static final <A HREF="../../../../org/bouncycastle/asn1/DERObjectIdentifier.html" title="class in org.bouncycastle.asn1">DERObjectIdentifier</A> <B>CertificateIssuer</B></PRE><DL><DD>Certificate Issuer<P><DL></DL></DL><HR><A NAME="NameConstraints"><!-- --></A><H3>NameConstraints</H3><PRE>public static final <A HREF="../../../../org/bouncycastle/asn1/DERObjectIdentifier.html" title="class in org.bouncycastle.asn1">DERObjectIdentifier</A> <B>NameConstraints</B></PRE><DL><DD>Name Constraints<P><DL></DL></DL><HR><A NAME="CRLDistributionPoints"><!-- --></A><H3>CRLDistributionPoints</H3><PRE>public static final <A HREF="../../../../org/bouncycastle/asn1/DERObjectIdentifier.html" title="class in org.bouncycastle.asn1">DERObjectIdentifier</A> <B>CRLDistributionPoints</B></PRE><DL><DD>CRL Distribution Points<P><DL></DL></DL><HR><A NAME="CertificatePolicies"><!-- --></A><H3>CertificatePolicies</H3><PRE>public static final <A HREF="../../../../org/bouncycastle/asn1/DERObjectIdentifier.html" title="class in org.bouncycastle.asn1">DERObjectIdentifier</A> <B>CertificatePolicies</B></PRE><DL><DD>Certificate Policies<P><DL></DL></DL><HR><A NAME="PolicyMappings"><!-- --></A><H3>PolicyMappings</H3><PRE>public static final <A HREF="../../../../org/bouncycastle/asn1/DERObjectIdentifier.html" title="class in org.bouncycastle.asn1">DERObjectIdentifier</A> <B>PolicyMappings</B></PRE><DL><DD>Policy Mappings<P>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?