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

📄 index-5.html

📁 API資料大全
💻 HTML
📖 第 1 页 / 共 5 页
字号:
<DT><A HREF="../java/security/SignatureSpi.html#engineGetParameter(java.lang.String)"><B>engineGetParameter(String)</B></A> - Method in class java.security.<A HREF="../java/security/SignatureSpi.html">SignatureSpi</A><DD><B>Deprecated.</B>&nbsp;<I></I>&nbsp;<DT><A HREF="../java/security/AlgorithmParametersSpi.html#engineGetParameterSpec(java.lang.Class)"><B>engineGetParameterSpec(Class)</B></A> - Method in class java.security.<A HREF="../java/security/AlgorithmParametersSpi.html">AlgorithmParametersSpi</A><DD>Returns a (transparent) specification of this parameters object.<DT><A HREF="../java/security/AlgorithmParametersSpi.html#engineInit(java.security.spec.AlgorithmParameterSpec)"><B>engineInit(AlgorithmParameterSpec)</B></A> - Method in class java.security.<A HREF="../java/security/AlgorithmParametersSpi.html">AlgorithmParametersSpi</A><DD>Initializes this parameters object using the parameters  specified in <code>paramSpec</code>.<DT><A HREF="../java/security/AlgorithmParameterGeneratorSpi.html#engineInit(java.security.spec.AlgorithmParameterSpec, java.security.SecureRandom)"><B>engineInit(AlgorithmParameterSpec, SecureRandom)</B></A> - Method in class java.security.<A HREF="../java/security/AlgorithmParameterGeneratorSpi.html">AlgorithmParameterGeneratorSpi</A><DD>Initializes this parameter generator with a set of algorithm-specific parameter generation values.<DT><A HREF="../java/security/AlgorithmParametersSpi.html#engineInit(byte[])"><B>engineInit(byte[])</B></A> - Method in class java.security.<A HREF="../java/security/AlgorithmParametersSpi.html">AlgorithmParametersSpi</A><DD>Imports the specified parameters and decodes them according to the primary decoding format for parameters.<DT><A HREF="../java/security/AlgorithmParametersSpi.html#engineInit(byte[], java.lang.String)"><B>engineInit(byte[], String)</B></A> - Method in class java.security.<A HREF="../java/security/AlgorithmParametersSpi.html">AlgorithmParametersSpi</A><DD>Imports the parameters from <code>params</code> and decodes them according to the specified decoding format.<DT><A HREF="../java/security/AlgorithmParameterGeneratorSpi.html#engineInit(int, java.security.SecureRandom)"><B>engineInit(int, SecureRandom)</B></A> - Method in class java.security.<A HREF="../java/security/AlgorithmParameterGeneratorSpi.html">AlgorithmParameterGeneratorSpi</A><DD>Initializes this parameter generator for a certain size and source of randomness.<DT><A HREF="../java/security/SignatureSpi.html#engineInitSign(java.security.PrivateKey)"><B>engineInitSign(PrivateKey)</B></A> - Method in class java.security.<A HREF="../java/security/SignatureSpi.html">SignatureSpi</A><DD>Initializes this signature object with the specified private key for signing operations.<DT><A HREF="../java/security/SignatureSpi.html#engineInitSign(java.security.PrivateKey, java.security.SecureRandom)"><B>engineInitSign(PrivateKey, SecureRandom)</B></A> - Method in class java.security.<A HREF="../java/security/SignatureSpi.html">SignatureSpi</A><DD>Initializes this signature object with the specified private key and source of randomness for signing operations.<DT><A HREF="../java/security/SignatureSpi.html#engineInitVerify(java.security.PublicKey)"><B>engineInitVerify(PublicKey)</B></A> - Method in class java.security.<A HREF="../java/security/SignatureSpi.html">SignatureSpi</A><DD>Initializes this signature object with the specified public key for verification operations.<DT><A HREF="../java/security/KeyStoreSpi.html#engineIsCertificateEntry(java.lang.String)"><B>engineIsCertificateEntry(String)</B></A> - Method in class java.security.<A HREF="../java/security/KeyStoreSpi.html">KeyStoreSpi</A><DD>Returns true if the entry identified by the given alias is a <i>trusted certificate entry</i>, and false otherwise.<DT><A HREF="../java/security/KeyStoreSpi.html#engineIsKeyEntry(java.lang.String)"><B>engineIsKeyEntry(String)</B></A> - Method in class java.security.<A HREF="../java/security/KeyStoreSpi.html">KeyStoreSpi</A><DD>Returns true if the entry identified by the given alias is a <i>key entry</i>, and false otherwise.<DT><A HREF="../java/security/KeyStoreSpi.html#engineLoad(java.io.InputStream, char[])"><B>engineLoad(InputStream, char[])</B></A> - Method in class java.security.<A HREF="../java/security/KeyStoreSpi.html">KeyStoreSpi</A><DD>Loads the keystore from the given input stream.<DT><A HREF="../java/security/SecureRandomSpi.html#engineNextBytes(byte[])"><B>engineNextBytes(byte[])</B></A> - Method in class java.security.<A HREF="../java/security/SecureRandomSpi.html">SecureRandomSpi</A><DD>Generates a user-specified number of random bytes.<DT><A HREF="../java/security/MessageDigestSpi.html#engineReset()"><B>engineReset()</B></A> - Method in class java.security.<A HREF="../java/security/MessageDigestSpi.html">MessageDigestSpi</A><DD>Resets the digest for further use.<DT><A HREF="../java/security/KeyStoreSpi.html#engineSetCertificateEntry(java.lang.String, java.security.cert.Certificate)"><B>engineSetCertificateEntry(String, Certificate)</B></A> - Method in class java.security.<A HREF="../java/security/KeyStoreSpi.html">KeyStoreSpi</A><DD>Assigns the given certificate to the given alias.<DT><A HREF="../java/security/KeyStoreSpi.html#engineSetKeyEntry(java.lang.String, byte[], java.security.cert.Certificate[])"><B>engineSetKeyEntry(String, byte[], Certificate[])</B></A> - Method in class java.security.<A HREF="../java/security/KeyStoreSpi.html">KeyStoreSpi</A><DD>Assigns the given key (that has already been protected) to the given alias.<DT><A HREF="../java/security/KeyStoreSpi.html#engineSetKeyEntry(java.lang.String, java.security.Key, char[], java.security.cert.Certificate[])"><B>engineSetKeyEntry(String, Key, char[], Certificate[])</B></A> - Method in class java.security.<A HREF="../java/security/KeyStoreSpi.html">KeyStoreSpi</A><DD>Assigns the given key to the given alias, protecting it with the given password.<DT><A HREF="../java/security/SignatureSpi.html#engineSetParameter(java.security.spec.AlgorithmParameterSpec)"><B>engineSetParameter(AlgorithmParameterSpec)</B></A> - Method in class java.security.<A HREF="../java/security/SignatureSpi.html">SignatureSpi</A><DD>Initializes this signature engine with the specified parameter set.<DT><A HREF="../java/security/SignatureSpi.html#engineSetParameter(java.lang.String, java.lang.Object)"><B>engineSetParameter(String, Object)</B></A> - Method in class java.security.<A HREF="../java/security/SignatureSpi.html">SignatureSpi</A><DD><B>Deprecated.</B>&nbsp;<I>Replaced by <A HREF="../java/security/SignatureSpi.html#engineSetParameter(java.security.spec.AlgorithmParameterSpec)"><CODE>engineSetParameter</CODE></A>.</I><DT><A HREF="../java/security/SecureRandomSpi.html#engineSetSeed(byte[])"><B>engineSetSeed(byte[])</B></A> - Method in class java.security.<A HREF="../java/security/SecureRandomSpi.html">SecureRandomSpi</A><DD>Reseeds this random object.<DT><A HREF="../java/security/SignatureSpi.html#engineSign()"><B>engineSign()</B></A> - Method in class java.security.<A HREF="../java/security/SignatureSpi.html">SignatureSpi</A><DD>Returns the signature bytes of all the data updated so far.<DT><A HREF="../java/security/SignatureSpi.html#engineSign(byte[], int, int)"><B>engineSign(byte[], int, int)</B></A> - Method in class java.security.<A HREF="../java/security/SignatureSpi.html">SignatureSpi</A><DD>Finishes this signature operation and stores the resulting signature bytes in the provided buffer <code>outbuf</code>, starting at <code>offset</code>.<DT><A HREF="../java/security/KeyStoreSpi.html#engineSize()"><B>engineSize()</B></A> - Method in class java.security.<A HREF="../java/security/KeyStoreSpi.html">KeyStoreSpi</A><DD>Retrieves the number of entries in this keystore.<DT><A HREF="../java/security/KeyStoreSpi.html#engineStore(java.io.OutputStream, char[])"><B>engineStore(OutputStream, char[])</B></A> - Method in class java.security.<A HREF="../java/security/KeyStoreSpi.html">KeyStoreSpi</A><DD>Stores this keystore to the given output stream, and protects its integrity with the given password.<DT><A HREF="../java/security/AlgorithmParametersSpi.html#engineToString()"><B>engineToString()</B></A> - Method in class java.security.<A HREF="../java/security/AlgorithmParametersSpi.html">AlgorithmParametersSpi</A><DD>Returns a formatted string describing the parameters.<DT><A HREF="../java/security/KeyFactorySpi.html#engineTranslateKey(java.security.Key)"><B>engineTranslateKey(Key)</B></A> - Method in class java.security.<A HREF="../java/security/KeyFactorySpi.html">KeyFactorySpi</A><DD>Translates a key object, whose provider may be unknown or potentially untrusted, into a corresponding key object of this key factory.<DT><A HREF="../java/security/MessageDigestSpi.html#engineUpdate(byte)"><B>engineUpdate(byte)</B></A> - Method in class java.security.<A HREF="../java/security/MessageDigestSpi.html">MessageDigestSpi</A><DD>Updates the digest using the specified byte.<DT><A HREF="../java/security/SignatureSpi.html#engineUpdate(byte)"><B>engineUpdate(byte)</B></A> - Method in class java.security.<A HREF="../java/security/SignatureSpi.html">SignatureSpi</A><DD>Updates the data to be signed or verified using the specified byte.<DT><A HREF="../java/security/MessageDigestSpi.html#engineUpdate(byte[], int, int)"><B>engineUpdate(byte[], int, int)</B></A> - Method in class java.security.<A HREF="../java/security/MessageDigestSpi.html">MessageDigestSpi</A><DD>Updates the digest using the specified array of bytes,     starting at the specified offset.<DT><A HREF="../java/security/SignatureSpi.html#engineUpdate(byte[], int, int)"><B>engineUpdate(byte[], int, int)</B></A> - Method in class java.security.<A HREF="../java/security/SignatureSpi.html">SignatureSpi</A><DD>Updates the data to be signed or verified, using the  specified array of bytes, starting at the specified offset.<DT><A HREF="../java/security/SignatureSpi.html#engineVerify(byte[])"><B>engineVerify(byte[])</B></A> - Method in class java.security.<A HREF="../java/security/SignatureSpi.html">SignatureSpi</A><DD>Verifies the passed-in signature.<DT><A HREF="../java/util/Locale.html#ENGLISH"><B>ENGLISH</B></A> - Static variable in class java.util.<A HREF="../java/util/Locale.html">Locale</A><DD>Useful constant for language.<DT><A HREF="../java/lang/ref/Reference.html#enqueue()"><B>enqueue()</B></A> - Method in class java.lang.ref.<A HREF="../java/lang/ref/Reference.html">Reference</A><DD>Adds this reference object to the queue with which it is registered, if any.<DT><A HREF="../java/lang/StringBuffer.html#ensureCapacity(int)"><B>ensureCapacity(int)</B></A> - Method in class java.lang.<A HREF="../java/lang/StringBuffer.html">StringBuffer</A><DD>Ensures that the capacity of the buffer is at least equal to the specified minimum.<DT><A HREF="../java/util/Vector.html#ensureCapacity(int)"><B>ensureCapacity(int)</B></A> - Method in class java.util.<A HREF="../java/util/Vector.html">Vector</A><DD>Increases the capacity of this vector, if necessary, to ensure  that it can hold at least the number of components specified by  the minimum capacity argument.<DT><A HREF="../java/util/ArrayList.html#ensureCapacity(int)"><B>ensureCapacity(int)</B></A> - Method in class java.util.<A HREF="../java/util/ArrayList.html">ArrayList</A><DD>Increases the capacity of this <tt>ArrayList</tt> instance, if necessary, to ensure  that it can hold at least the number of elements specified by the minimum capacity argument.<DT><A HREF="../javax/swing/DefaultListModel.html#ensureCapacity(int)"><B>ensureCapacity(int)</B></A> - Method in class javax.swing.<A HREF="../javax/swing/DefaultListModel.html">DefaultListModel</A><DD>Increases the capacity of this list, if necessary, to ensure  that it can hold at least the number of components specified by  the minimum capacity argument.<DT><A HREF="../javax/swing/JFileChooser.html#ensureFileIsVisible(java.io.File)"><B>ensureFileIsVisible(File)</B></A> - Method in class javax.swing.<A HREF="../javax/swing/JFileChooser.html">JFileChooser</A><DD>Makes sure that the specified file is viewable, and not hidden.<DT><A HREF="../javax/swing/plaf/FileChooserUI.html#ensureFileIsVisible(javax.swing.JFileChooser, java.io.File)"><B>ensureFileIsVisible(JFileChooser, File)</B></A> - Method in class javax.swing.plaf.<A HREF="../javax/swing/plaf/FileChooserUI.html">FileChooserUI</A><DD>&nbsp;<DT><A HREF="../javax/swing/plaf/basic/BasicFileChooserUI.html#ensureFileIsVisible(javax.swing.JFileChooser, java.io.File)"><B>ensureFileIsVisible(JFileChooser, File)</B></A> - Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicFileChooserUI.html">BasicFileChooserUI</A><DD>&nbsp;<DT><A HREF="../javax/swing/plaf/metal/MetalFileChooserUI.html#ensureFileIsVisible(javax.swing.JFileChooser, java.io.File)"><B>ensureFileIsVisible(JFileChooser, File)</B></A> - Method in class javax.swing.plaf.metal.<A HREF="../javax/swing/plaf/metal/MetalFileChooserUI.html">MetalFileChooserUI</A><DD>&nbsp;<DT><A HREF="../javax/swing/plaf/multi/MultiFileChooserUI.html#ensureFileIsVisible(javax.swi

⌨️ 快捷键说明

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