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 |
---|
EncryptedKvDecoder(InputStream in) |
EncryptedKvDecoder(InputStream in,
Decryptor decryptor) |
Modifier and Type | Method and Description |
---|---|
protected Cell |
parseCell()
Extract a Cell.
|
advance, current, getInputStream
public EncryptedKvDecoder(InputStream in)
public EncryptedKvDecoder(InputStream in, Decryptor decryptor)
protected Cell parseCell() throws IOException
BaseDecoder
parseCell
in class KeyValueCodecWithTags.KeyValueDecoder
IOException
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.