Uses of Class
org.apache.accumulo.core.spi.crypto.CryptoService.CryptoException
-
Packages that use CryptoService.CryptoException Package Description org.apache.accumulo.core.cryptoImpl org.apache.accumulo.core.spi.crypto -
-
Uses of CryptoService.CryptoException in org.apache.accumulo.core.cryptoImpl
Methods in org.apache.accumulo.core.cryptoImpl that throw CryptoService.CryptoException Modifier and Type Method Description InputStream
AESCryptoService.AESCBCCryptoModule.AESCBCFileDecrypter. decryptStream(InputStream inputStream)
InputStream
AESCryptoService.AESGCMCryptoModule.AESGCMFileDecrypter. decryptStream(InputStream inputStream)
InputStream
NoFileDecrypter. decryptStream(InputStream inputStream)
OutputStream
AESCryptoService.AESCBCCryptoModule.AESCBCFileEncrypter. encryptStream(OutputStream outputStream)
OutputStream
AESCryptoService.AESGCMCryptoModule.AESGCMFileEncrypter. encryptStream(OutputStream outputStream)
OutputStream
NoFileEncrypter. encryptStream(OutputStream outputStream)
void
AESCryptoService. init(Map<String,String> conf)
void
NoCryptoService. init(Map<String,String> conf)
-
Uses of CryptoService.CryptoException in org.apache.accumulo.core.spi.crypto
Methods in org.apache.accumulo.core.spi.crypto that throw CryptoService.CryptoException Modifier and Type Method Description InputStream
FileDecrypter. decryptStream(InputStream inputStream)
Decrypt the InputStreamOutputStream
FileEncrypter. encryptStream(OutputStream outputStream)
Encrypt the OutputStream.void
CryptoService. init(Map<String,String> conf)
Initialize CryptoService.
-