@InterfaceAudience.Public public static class Encryption.Context extends Context
限定符和类型 | 字段和说明 |
---|---|
static Encryption.Context |
NONE
The null crypto context
|
限定符和类型 | 方法和说明 |
---|---|
Encryption.Context |
setCipher(Cipher cipher) |
Encryption.Context |
setKey(byte[] key) |
Encryption.Context |
setKey(Key key) |
getCipher, getConf, getKey, getKeyBytes, getKeyBytesHash, getKeyFormat, setConf, toString
public static final Encryption.Context NONE
public Encryption.Context setCipher(Cipher cipher)
public Encryption.Context setKey(Key key)
public Encryption.Context setKey(byte[] key)
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.