public class RSAEncryptServiceImpl extends AbstractEncryptService
| Constructor and Description |
|---|
RSAEncryptServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
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
initEncryptCipher in class AbstractEncryptServiceGeneralSecurityExceptionprotected Cipher initDecryptCipher(byte[] key) throws GeneralSecurityException
initDecryptCipher in class AbstractEncryptServiceGeneralSecurityExceptionpublic String getMethod()
Copyright © 2015–2020 cn.gtmap. All rights reserved.