static class SecureWALCellCodec.EncryptedKvDecoder extends KeyValueCodecWithTags.KeyValueDecoder
BaseDecoder.PBIS
Modifier and Type | Field and Description |
---|---|
private Decryptor |
decryptor |
private byte[] |
iv |
in, LOG
Constructor and Description |
---|
SecureWALCellCodec.EncryptedKvDecoder(InputStream in) |
SecureWALCellCodec.EncryptedKvDecoder(InputStream in,
Decryptor decryptor) |
Modifier and Type | Method and Description |
---|---|
protected Cell |
parseCell()
Extract a Cell.
|
advance, current, getInputStream
private Decryptor decryptor
private byte[] iv
public SecureWALCellCodec.EncryptedKvDecoder(InputStream in)
public SecureWALCellCodec.EncryptedKvDecoder(InputStream in, Decryptor decryptor)
protected Cell parseCell() throws IOException
BaseDecoder
parseCell
in class KeyValueCodecWithTags.KeyValueDecoder
IOException
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.