public class AsymmetricEncryptingReader extends EncryptingReader
DataEndpoint.State
Modifier and Type | Field and Description |
---|---|
static int |
MINIMUM_SYMMETRIC_LENGTH |
buffer, cipher, fields, serializer
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 |
---|
AsymmetricEncryptingReader(DataReader nestedDataReader) |
AsymmetricEncryptingReader(DataReader nestedDataReader,
String asymmetricAlgorithm,
PublicKey asymmetricKey) |
Modifier and Type | Method and Description |
---|---|
DataException |
addExceptionProperties(DataException exception)
Adds this endpoint's current state to a
DataException . |
AsymmetricEncryptingReader |
addFields(Collection<String> fieldNames) |
AsymmetricEncryptingReader |
addFields(String... fieldNames) |
protected void |
encryptFieldImpl(Field field) |
String |
getAsymmetricAlgorithm() |
PublicKey |
getAsymmetricKey() |
String |
getSymmetricAlgorithm() |
SecretKey |
getSymmetricKey() |
int |
getSymmetricKeyBitLength() |
protected void |
initCipher() |
AsymmetricEncryptingReader |
setAsymmetricAlgorithm(String asymmetricAlgorithm) |
AsymmetricEncryptingReader |
setAsymmetricKey(PublicKey asymmetricKey) |
AsymmetricEncryptingReader |
setSymmetricAlgorithm(String symmetricAlgorithm) |
AsymmetricEncryptingReader |
setSymmetricKey(SecretKey symmetricKey) |
AsymmetricEncryptingReader |
setSymmetricKeyBitLength(int symmetricKeyBitLength) |
encryptField, 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 static final int MINIMUM_SYMMETRIC_LENGTH
public AsymmetricEncryptingReader(DataReader nestedDataReader)
public AsymmetricEncryptingReader(DataReader nestedDataReader, String asymmetricAlgorithm, PublicKey asymmetricKey)
public String getAsymmetricAlgorithm()
public AsymmetricEncryptingReader setAsymmetricAlgorithm(String asymmetricAlgorithm)
public PublicKey getAsymmetricKey()
public AsymmetricEncryptingReader setAsymmetricKey(PublicKey asymmetricKey)
public String getSymmetricAlgorithm()
public AsymmetricEncryptingReader setSymmetricAlgorithm(String symmetricAlgorithm)
public int getSymmetricKeyBitLength()
public AsymmetricEncryptingReader setSymmetricKeyBitLength(int symmetricKeyBitLength)
public SecretKey getSymmetricKey()
public AsymmetricEncryptingReader setSymmetricKey(SecretKey symmetricKey)
public AsymmetricEncryptingReader addFields(Collection<String> fieldNames)
addFields
in class EncryptingReader
public AsymmetricEncryptingReader addFields(String... fieldNames)
addFields
in class EncryptingReader
protected void initCipher()
initCipher
in class EncryptingReader
protected void encryptFieldImpl(Field field) throws Throwable
encryptFieldImpl
in class EncryptingReader
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 EncryptingReader
Copyright (c) 2006-2024 North Concepts Inc. All Rights Reserved.