extendeddigest.java

来自「内容:基于jdk1.4的加密算法的具体实现」· Java 代码 · 共 14 行

JAVA
14
字号
package org.bouncycastle.crypto;public interface ExtendedDigest     extends Digest{    /**     * Return the size in bytes of the internal buffer the digest applies it's compression     * function to.     *      * @return byte length of the digests internal buffer.     */    public int getByteLength();}

⌨️ 快捷键说明

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