public class DESEncryptServiceImpl extends AbstractEncryptService
| 构造器和说明 |
|---|
DESEncryptServiceImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getMethod() |
protected Cipher |
initDecryptCipher(byte[] key) |
protected Cipher |
initEncryptCipher(byte[] key) |
afterPropertiesSet, decrypt, decrypt, encrypt, encrypt, getDecryptKey, getEncryptKey, getKey, setDecryptKey, setEncryptKey, setKeyprotected Cipher initEncryptCipher(byte[] key) throws GeneralSecurityException
protected Cipher initDecryptCipher(byte[] key) throws GeneralSecurityException
public String getMethod()
Copyright © 2015–2022 cn.gtmap. All rights reserved.