aeswrapengine.java

来自「kmlnjlkj nlkjlkjkljl okopokipoipo oipipi」· Java 代码 · 共 17 行

JAVA
17
字号
package org.bouncycastle.crypto.engines;/** * an implementation of the AES Key Wrapper from the NIST Key Wrap * Specification. * <p> * For further details see: <a href="http://csrc.nist.gov/encryption/kms/key-wrap.pdf">http://csrc.nist.gov/encryption/kms/key-wrap.pdf</a>. */public class AESWrapEngine    extends RFC3394WrapEngine{    public AESWrapEngine()    {        super(new AESEngine());    }}

⌨️ 快捷键说明

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