public class AsymmetricEncryptingReader extends EncryptingReader
DataEndpoint.State| Modifier and Type | Field and Description |
|---|---|
static int |
MINIMUM_SYMMETRIC_LENGTH |
buffer, cipher, fields, serializerfieldLineage, recordLineagelastRecord, PRODUCT, PRODUCT_VERSION, VENDOR, XML_INPUT_FACTORY_KEYBUFFER_SIZE, captureElapsedTime, DEFAULT_READ_BUFFER_SIZEid, 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, openavailable, close, getNestedReader, map, map, readImpl, setNestedDataReader, setNestedDataReaderaddLineage, getBufferSize, getNestedEndpoint, getReader, getRootEndpoint, getRootReader, isExhausted, isLineageSupported, isSaveLineage, peek, pop, push, read, setSaveLineage, skipdecrementRecordCount, enableJmx, getLastRecord, getRecordCount, getRecordCountAsBigInteger, getRecordCountAsString, incrementRecordCount, isRecordCountBigInteger, resetRecordCount, toStringaddElapsedtime, assertClosed, assertNotOpened, assertOpened, finalize, getClosedOn, getDescription, getElapsedTime, getElapsedTimeAsString, getOpenedOn, getOpenElapsedTime, getOpenElapsedTimeAsString, getSelfTime, getSelfTimeAsString, getState, isCaptureElapsedTime, isClosed, isOpen, setCaptureElapsedTime, setDescriptionpublic 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 EncryptingReaderpublic AsymmetricEncryptingReader addFields(String... fieldNames)
addFields in class EncryptingReaderprotected void initCipher()
initCipher in class EncryptingReaderprotected void encryptFieldImpl(Field field) throws Throwable
encryptFieldImpl in class EncryptingReaderThrowablepublic DataException addExceptionProperties(DataException exception)
EndpointDataException. Since this method is called whenever an
exception is thrown, subclasses should override it to add their specific information.addExceptionProperties in class EncryptingReaderCopyright (c) 2006-2025 North Concepts Inc. All Rights Reserved.