public class AsymmetricDecryptingReader extends DecryptingReader
DataEndpoint.State
cipher, deserializer, fields
fieldLineage, recordLineage
lastRecord, PRODUCT, PRODUCT_VERSION, VENDOR, XML_INPUT_FACTORY_KEY
BUFFER_SIZE, captureElapsedTime, DEFAULT_READ_BUFFER_SIZE
id, log, name, TIMESTAMP_FORMAT
Constructor and Description |
---|
AsymmetricDecryptingReader(DataReader nestedDataReader) |
AsymmetricDecryptingReader(DataReader nestedDataReader,
String asymmetricAlgorithm,
PrivateKey asymmetricKey) |
Modifier and Type | Method and Description |
---|---|
DataException |
addExceptionProperties(DataException exception)
Adds this endpoint's current state to a
DataException . |
AsymmetricDecryptingReader |
addFields(Collection<String> fieldNames) |
AsymmetricDecryptingReader |
addFields(String... fieldNames) |
protected void |
decryptFieldImpl(Field field) |
String |
getAsymmetricAlgorithm() |
PrivateKey |
getAsymmetricKey() |
String |
getSymmetricAlgorithm() |
protected void |
initCipher() |
AsymmetricDecryptingReader |
setAsymmetricAlgorithm(String asymmetricAlgorithm) |
AsymmetricDecryptingReader |
setAsymmetricKey(PrivateKey asymmetricKey) |
AsymmetricDecryptingReader |
setSymmetricAlgorithm(String symmetricAlgorithm) |
decryptField, getFields, interceptRecord, open
available, close, getNestedReader, map, map, readImpl, setNestedDataReader, setNestedDataReader
addLineage, getBufferSize, getNestedEndpoint, getRootEndpoint, getRootReader, isExhausted, isLineageSupported, isSaveLineage, peek, pop, push, read, setSaveLineage, skip
decrementRecordCount, enableJmx, getLastRecord, getRecordCount, getRecordCountAsBigInteger, getRecordCountAsString, incrementRecordCount, isRecordCountBigInteger, resetRecordCount, toString
addElapsedtime, assertClosed, assertNotOpened, assertOpened, finalize, getClosedOn, getDescription, getElapsedTime, getElapsedTimeAsString, getOpenedOn, getOpenElapsedTime, getOpenElapsedTimeAsString, getSelfTime, getSelfTimeAsString, getState, isCaptureElapsedTime, isClosed, isOpen, setCaptureElapsedTime, setDescription
public AsymmetricDecryptingReader(DataReader nestedDataReader)
public AsymmetricDecryptingReader(DataReader nestedDataReader, String asymmetricAlgorithm, PrivateKey asymmetricKey)
public String getAsymmetricAlgorithm()
public AsymmetricDecryptingReader setAsymmetricAlgorithm(String asymmetricAlgorithm)
public PrivateKey getAsymmetricKey()
public AsymmetricDecryptingReader setAsymmetricKey(PrivateKey asymmetricKey)
public String getSymmetricAlgorithm()
public AsymmetricDecryptingReader setSymmetricAlgorithm(String symmetricAlgorithm)
public AsymmetricDecryptingReader addFields(Collection<String> fieldNames)
addFields
in class DecryptingReader
public AsymmetricDecryptingReader addFields(String... fieldNames)
addFields
in class DecryptingReader
protected void initCipher()
initCipher
in class DecryptingReader
protected void decryptFieldImpl(Field field) throws Throwable
decryptFieldImpl
in class DecryptingReader
Throwable
public DataException addExceptionProperties(DataException exception)
Endpoint
DataException
. Since this method is called whenever an
exception is thrown, subclasses should override it to add their specific information.addExceptionProperties
in class DecryptingReader
Copyright (c) 2006-2024 North Concepts Inc. All Rights Reserved.