Skip navigation links
A B C D E F G H I K L N O P R S V W 

A

attributes - Variable in class org.apache.nifi.processors.pgp.DecryptContentPGP.DecryptStreamCallback
 
attributes - Variable in class org.apache.nifi.processors.pgp.SignContentPGP.SignatureStreamCallback
 
attributes - Variable in class org.apache.nifi.processors.pgp.VerifyContentPGP.VerifyStreamCallback
 

B

BlockCipher - Enum in org.apache.nifi.processors.pgp.attributes
Block Cipher Definitions
BlockCipher() - Constructor for enum org.apache.nifi.processors.pgp.attributes.BlockCipher
 
blockCipher - Variable in enum org.apache.nifi.processors.pgp.attributes.SymmetricKeyAlgorithm
 
BUFFER_SIZE - Static variable in class org.apache.nifi.processors.pgp.VerifyContentPGP
 

C

COMPRESS_ALGORITHM - Static variable in class org.apache.nifi.processors.pgp.PGPAttributeKey
 
COMPRESS_ALGORITHM_ID - Static variable in class org.apache.nifi.processors.pgp.PGPAttributeKey
 
COMPRESSION_ALGORITHM - Static variable in class org.apache.nifi.processors.pgp.EncryptContentPGP
 
COMPRESSION_ALGORITHM - Static variable in class org.apache.nifi.processors.pgp.SignContentPGP
 
CompressionAlgorithm - Enum in org.apache.nifi.processors.pgp.attributes
PGP Compression Algorithm Definitions supported for Encryption
CompressionAlgorithm(int) - Constructor for enum org.apache.nifi.processors.pgp.attributes.CompressionAlgorithm
 
compressionAlgorithm - Variable in class org.apache.nifi.processors.pgp.io.EncodingStreamCallback
 
createOutputBuffer() - Method in class org.apache.nifi.processors.pgp.io.EncodingStreamCallback
Create Output Buffer byte array with size of 8192
customValidate(ValidationContext) - Method in class org.apache.nifi.processors.pgp.DecryptContentPGP
Custom Validate requires at least one decryption property to be configured
customValidate(ValidationContext) - Method in class org.apache.nifi.processors.pgp.EncryptContentPGP
Custom Validate requires at least one encryption property to be configured

D

DecryptContentPGP - Class in org.apache.nifi.processors.pgp
Decrypt Content using Open Pretty Good Privacy decryption methods
DecryptContentPGP() - Constructor for class org.apache.nifi.processors.pgp.DecryptContentPGP
 
DecryptContentPGP.DecryptStreamCallback - Class in org.apache.nifi.processors.pgp
 
DECRYPTION_STRATEGY - Static variable in class org.apache.nifi.processors.pgp.DecryptContentPGP
 
DecryptionStrategy - Enum in org.apache.nifi.processors.pgp.attributes
Pretty Good Privacy Decryption Strategy
DecryptionStrategy(String) - Constructor for enum org.apache.nifi.processors.pgp.attributes.DecryptionStrategy
 
decryptionStrategy - Variable in class org.apache.nifi.processors.pgp.DecryptContentPGP.DecryptStreamCallback
 
DecryptStreamCallback(char[], PGPPrivateKeyService, DecryptionStrategy) - Constructor for class org.apache.nifi.processors.pgp.DecryptContentPGP.DecryptStreamCallback
 
description - Variable in enum org.apache.nifi.processors.pgp.attributes.DecryptionStrategy
 
description - Variable in enum org.apache.nifi.processors.pgp.attributes.SigningStrategy
 
DESCRIPTORS - Static variable in class org.apache.nifi.processors.pgp.DecryptContentPGP
 
DESCRIPTORS - Static variable in class org.apache.nifi.processors.pgp.EncryptContentPGP
 
DESCRIPTORS - Static variable in class org.apache.nifi.processors.pgp.SignContentPGP
 
DESCRIPTORS - Static variable in class org.apache.nifi.processors.pgp.VerifyContentPGP
 
DetachedStreamCallback(FileEncoding, CompressionAlgorithm, String, HashAlgorithm, PGPPrivateKey) - Constructor for class org.apache.nifi.processors.pgp.SignContentPGP.DetachedStreamCallback
 

E

EncodingStreamCallback - Class in org.apache.nifi.processors.pgp.io
Encoding Stream Callback handles writing PGP messages using configured properties
EncodingStreamCallback(FileEncoding, CompressionAlgorithm, String) - Constructor for class org.apache.nifi.processors.pgp.io.EncodingStreamCallback
 
EncryptContentPGP - Class in org.apache.nifi.processors.pgp
Encrypt Content using Open Pretty Good Privacy encryption methods
EncryptContentPGP() - Constructor for class org.apache.nifi.processors.pgp.EncryptContentPGP
 
EncryptContentPGP.EncryptStreamCallback - Class in org.apache.nifi.processors.pgp
 
EncryptContentPGP.PacketReadInputStreamCallback - Class in org.apache.nifi.processors.pgp
 
encryptedDataGenerator - Variable in class org.apache.nifi.processors.pgp.EncryptContentPGP.EncryptStreamCallback
 
ENCRYPTION_INTEGRITY_PACKET_ENABLED - Static variable in class org.apache.nifi.processors.pgp.EncryptContentPGP
Enable Integrity Protection as described in RFC 4880 Section 5.13
EncryptStreamCallback(FileEncoding, CompressionAlgorithm, String, boolean, PGPEncryptedDataGenerator) - Constructor for class org.apache.nifi.processors.pgp.EncryptContentPGP.EncryptStreamCallback
 

F

FAILURE - Static variable in class org.apache.nifi.processors.pgp.DecryptContentPGP
 
FAILURE - Static variable in class org.apache.nifi.processors.pgp.EncryptContentPGP
 
FAILURE - Static variable in class org.apache.nifi.processors.pgp.SignContentPGP
 
FAILURE - Static variable in class org.apache.nifi.processors.pgp.VerifyContentPGP
 
FILE_ENCODING - Static variable in class org.apache.nifi.processors.pgp.EncryptContentPGP
 
FILE_ENCODING - Static variable in class org.apache.nifi.processors.pgp.PGPAttributeKey
 
FILE_ENCODING - Static variable in class org.apache.nifi.processors.pgp.SignContentPGP
 
FileEncoding - Enum in org.apache.nifi.processors.pgp.attributes
Pretty Good Privacy File Encoding
FileEncoding() - Constructor for enum org.apache.nifi.processors.pgp.attributes.FileEncoding
 
fileEncoding - Variable in class org.apache.nifi.processors.pgp.io.EncodingStreamCallback
 
filename - Variable in class org.apache.nifi.processors.pgp.io.EncodingStreamCallback
 
findEncryptedDataList(InputStream) - Method in class org.apache.nifi.processors.pgp.DecryptContentPGP.DecryptStreamCallback
 
findSupportedEncryptedData(PGPEncryptedDataList) - Method in class org.apache.nifi.processors.pgp.DecryptContentPGP.DecryptStreamCallback
 
format(long) - Static method in class org.apache.nifi.processors.pgp.io.KeyIdentifierConverter
Format numeric key identifier as uppercase hexadecimal string

G

getAttributes(SymmetricKeyAlgorithm, FileEncoding, CompressionAlgorithm) - Method in class org.apache.nifi.processors.pgp.EncryptContentPGP
 
getBlockCipher() - Method in enum org.apache.nifi.processors.pgp.attributes.SymmetricKeyAlgorithm
 
getCompressionAlgorithm(ProcessContext) - Method in class org.apache.nifi.processors.pgp.EncryptContentPGP
 
getCompressionAlgorithm(ProcessContext) - Method in class org.apache.nifi.processors.pgp.SignContentPGP
 
getDecryptedDataStream(PGPEncryptedData) - Method in class org.apache.nifi.processors.pgp.DecryptContentPGP.DecryptStreamCallback
 
getDecryptedDataStream(PGPPBEEncryptedData) - Method in class org.apache.nifi.processors.pgp.DecryptContentPGP.DecryptStreamCallback
 
getDecryptedDataStream(PGPPublicKeyEncryptedData) - Method in class org.apache.nifi.processors.pgp.DecryptContentPGP.DecryptStreamCallback
 
getDecryptionStrategy(ProcessContext) - Method in class org.apache.nifi.processors.pgp.DecryptContentPGP
 
getDescription() - Method in enum org.apache.nifi.processors.pgp.attributes.DecryptionStrategy
 
getDescription() - Method in enum org.apache.nifi.processors.pgp.attributes.SigningStrategy
 
getEncodingOutputStream(OutputStream) - Method in class org.apache.nifi.processors.pgp.io.EncodingStreamCallback
 
getEncryptedDataList(InputStream) - Method in class org.apache.nifi.processors.pgp.DecryptContentPGP.DecryptStreamCallback
 
getEncryptedDataType(PGPEncryptedData) - Method in class org.apache.nifi.processors.pgp.DecryptContentPGP.DecryptStreamCallback
 
getEncryptionMethodGenerators(ProcessContext, FlowFile, SecureRandom) - Method in class org.apache.nifi.processors.pgp.EncryptContentPGP
 
getEncryptStreamCallback(ProcessContext, FlowFile, SymmetricKeyAlgorithm, CompressionAlgorithm, FileEncoding, boolean) - Method in class org.apache.nifi.processors.pgp.EncryptContentPGP
 
getFileEncoding(ProcessContext) - Method in class org.apache.nifi.processors.pgp.EncryptContentPGP
 
getFileEncoding(ProcessContext) - Method in class org.apache.nifi.processors.pgp.SignContentPGP
 
getHashAlgorithm(ProcessContext) - Method in class org.apache.nifi.processors.pgp.SignContentPGP
 
getId() - Method in enum org.apache.nifi.processors.pgp.attributes.CompressionAlgorithm
 
getId() - Method in enum org.apache.nifi.processors.pgp.attributes.HashAlgorithm
 
getId() - Method in enum org.apache.nifi.processors.pgp.attributes.SymmetricKeyAlgorithm
 
getKeySize() - Method in enum org.apache.nifi.processors.pgp.attributes.SymmetricKeyAlgorithm
 
getLiteralData(PGPEncryptedData) - Method in class org.apache.nifi.processors.pgp.DecryptContentPGP.DecryptStreamCallback
 
getLiteralData(PGPObjectFactory) - Method in class org.apache.nifi.processors.pgp.DecryptContentPGP.DecryptStreamCallback
 
getPassphrase(ProcessContext) - Method in class org.apache.nifi.processors.pgp.DecryptContentPGP
 
getPrivateKey(ProcessContext, FlowFile) - Method in class org.apache.nifi.processors.pgp.SignContentPGP
 
getPrivateKeyId(ProcessContext, FlowFile) - Method in class org.apache.nifi.processors.pgp.SignContentPGP
 
getPrivateKeyService(ProcessContext) - Method in class org.apache.nifi.processors.pgp.DecryptContentPGP
 
getRelationships() - Method in class org.apache.nifi.processors.pgp.DecryptContentPGP
Get Relationships
getRelationships() - Method in class org.apache.nifi.processors.pgp.EncryptContentPGP
Get Relationships
getRelationships() - Method in class org.apache.nifi.processors.pgp.SignContentPGP
Get Relationships
getRelationships() - Method in class org.apache.nifi.processors.pgp.VerifyContentPGP
Get Relationships
getSignatureGenerator() - Method in class org.apache.nifi.processors.pgp.SignContentPGP.SignatureStreamCallback
Get Signature Generator initialized using configuration properties and Private Key
getSigningStrategy(ProcessContext) - Method in class org.apache.nifi.processors.pgp.SignContentPGP
 
getStreamCallback(ProcessContext, FlowFile) - Method in class org.apache.nifi.processors.pgp.SignContentPGP
 
getSupportedPropertyDescriptors() - Method in class org.apache.nifi.processors.pgp.DecryptContentPGP
Get Supported Property Descriptors
getSupportedPropertyDescriptors() - Method in class org.apache.nifi.processors.pgp.EncryptContentPGP
Get Supported Property Descriptors
getSupportedPropertyDescriptors() - Method in class org.apache.nifi.processors.pgp.SignContentPGP
Get Supported Property Descriptors
getSupportedPropertyDescriptors() - Method in class org.apache.nifi.processors.pgp.VerifyContentPGP
Get Supported Property Descriptors
getSymmetricKeyAlgorithm(ProcessContext) - Method in class org.apache.nifi.processors.pgp.EncryptContentPGP
 

H

HASH_ALGORITHM - Static variable in class org.apache.nifi.processors.pgp.SignContentPGP
 
HashAlgorithm - Enum in org.apache.nifi.processors.pgp.attributes
PGP Hash Algorithm Definitions supported for Signing
HashAlgorithm(int) - Constructor for enum org.apache.nifi.processors.pgp.attributes.HashAlgorithm
 
hashAlgorithm - Variable in class org.apache.nifi.processors.pgp.SignContentPGP.SignatureStreamCallback
 
HEXADECIMAL_RADIX - Static variable in class org.apache.nifi.processors.pgp.io.KeyIdentifierConverter
 

I

id - Variable in enum org.apache.nifi.processors.pgp.attributes.CompressionAlgorithm
 
id - Variable in enum org.apache.nifi.processors.pgp.attributes.HashAlgorithm
 
id - Variable in enum org.apache.nifi.processors.pgp.attributes.SymmetricKeyAlgorithm
 
isVerified(PGPEncryptedData) - Method in class org.apache.nifi.processors.pgp.DecryptContentPGP.DecryptStreamCallback
 

K

KEY_ID_UNKNOWN - Static variable in class org.apache.nifi.processors.pgp.VerifyContentPGP
 
KeyIdentifierConverter - Class in org.apache.nifi.processors.pgp.io
Key Identifier Converter from number to hexadecimal string
KeyIdentifierConverter() - Constructor for class org.apache.nifi.processors.pgp.io.KeyIdentifierConverter
 
keySize - Variable in enum org.apache.nifi.processors.pgp.attributes.SymmetricKeyAlgorithm
 

L

LITERAL_DATA_FILENAME - Static variable in class org.apache.nifi.processors.pgp.PGPAttributeKey
 
LITERAL_DATA_MODIFIED - Static variable in class org.apache.nifi.processors.pgp.PGPAttributeKey
 

N

NESTED_SIGNATURE_DISABLED - Static variable in class org.apache.nifi.processors.pgp.SignContentPGP
 

O

onTrigger(ProcessContext, ProcessSession) - Method in class org.apache.nifi.processors.pgp.DecryptContentPGP
On Trigger decrypts Flow File contents using configured properties
onTrigger(ProcessContext, ProcessSession) - Method in class org.apache.nifi.processors.pgp.EncryptContentPGP
On Trigger encrypts Flow File contents using configured properties
onTrigger(ProcessContext, ProcessSession) - Method in class org.apache.nifi.processors.pgp.SignContentPGP
On Trigger generates signatures for Flow File contents using private keys
onTrigger(ProcessContext, ProcessSession) - Method in class org.apache.nifi.processors.pgp.VerifyContentPGP
On Trigger verifies signatures found in Flow File contents using configured properties
openLiteralOutputStream(PGPLiteralDataGenerator, OutputStream) - Method in class org.apache.nifi.processors.pgp.io.EncodingStreamCallback
Open Literal Data Output Stream using binary indicator with configured filename and current date indicating modification
org.apache.nifi.processors.pgp - package org.apache.nifi.processors.pgp
 
org.apache.nifi.processors.pgp.attributes - package org.apache.nifi.processors.pgp.attributes
 
org.apache.nifi.processors.pgp.exception - package org.apache.nifi.processors.pgp.exception
 
org.apache.nifi.processors.pgp.io - package org.apache.nifi.processors.pgp.io
 
OUTPUT_BUFFER_SIZE - Static variable in class org.apache.nifi.processors.pgp.io.EncodingStreamCallback
 

P

packetFound - Variable in class org.apache.nifi.processors.pgp.EncryptContentPGP.EncryptStreamCallback
 
packetFound - Variable in class org.apache.nifi.processors.pgp.EncryptContentPGP.PacketReadInputStreamCallback
 
PacketReadInputStreamCallback() - Constructor for class org.apache.nifi.processors.pgp.EncryptContentPGP.PacketReadInputStreamCallback
 
parse(String) - Static method in class org.apache.nifi.processors.pgp.io.KeyIdentifierConverter
Parse hexadecimal key identifier to numeric key identifier
passphrase - Variable in class org.apache.nifi.processors.pgp.DecryptContentPGP.DecryptStreamCallback
 
PASSPHRASE - Static variable in class org.apache.nifi.processors.pgp.DecryptContentPGP
 
PASSPHRASE - Static variable in class org.apache.nifi.processors.pgp.EncryptContentPGP
 
PASSWORD_BASED_ENCRYPTION - Static variable in class org.apache.nifi.processors.pgp.DecryptContentPGP
 
PGPAttributeKey - Class in org.apache.nifi.processors.pgp
Pretty Good Privacy Attribute Key
PGPAttributeKey() - Constructor for class org.apache.nifi.processors.pgp.PGPAttributeKey
 
PGPDecryptionException - Exception in org.apache.nifi.processors.pgp.exception
Pretty Good Privacy Processing Exception for Decryption or Verification failures
PGPDecryptionException(String) - Constructor for exception org.apache.nifi.processors.pgp.exception.PGPDecryptionException
 
PGPDecryptionException(String, Throwable) - Constructor for exception org.apache.nifi.processors.pgp.exception.PGPDecryptionException
 
PGPEncryptionException - Exception in org.apache.nifi.processors.pgp.exception
Pretty Good Privacy Processing Exception for Encryption failures
PGPEncryptionException(String) - Constructor for exception org.apache.nifi.processors.pgp.exception.PGPEncryptionException
 
PGPEncryptionException(String, Throwable) - Constructor for exception org.apache.nifi.processors.pgp.exception.PGPEncryptionException
 
PGPProcessException - Exception in org.apache.nifi.processors.pgp.exception
Pretty Good Privacy Processing Exception
PGPProcessException(String) - Constructor for exception org.apache.nifi.processors.pgp.exception.PGPProcessException
 
PGPProcessException(String, Throwable) - Constructor for exception org.apache.nifi.processors.pgp.exception.PGPProcessException
 
PRIVATE_KEY_ID - Static variable in class org.apache.nifi.processors.pgp.SignContentPGP
 
PRIVATE_KEY_SERVICE - Static variable in class org.apache.nifi.processors.pgp.DecryptContentPGP
 
PRIVATE_KEY_SERVICE - Static variable in class org.apache.nifi.processors.pgp.SignContentPGP
 
privateKey - Variable in class org.apache.nifi.processors.pgp.SignContentPGP.SignatureStreamCallback
 
privateKeyService - Variable in class org.apache.nifi.processors.pgp.DecryptContentPGP.DecryptStreamCallback
 
process(InputStream, OutputStream) - Method in class org.apache.nifi.processors.pgp.DecryptContentPGP.DecryptStreamCallback
Process Input Stream containing encrypted data and write decrypted contents to Output Stream
process(InputStream) - Method in class org.apache.nifi.processors.pgp.EncryptContentPGP.PacketReadInputStreamCallback
Process Input Stream and attempt to read OpenPGP Packet for content detection
process(InputStream, OutputStream) - Method in class org.apache.nifi.processors.pgp.io.EncodingStreamCallback
Process Input Stream and write encoded contents to Output Stream
process(InputStream, OutputStream) - Method in class org.apache.nifi.processors.pgp.VerifyContentPGP.VerifyStreamCallback
Process Input Stream containing binary or ASCII Armored OpenPGP messages and write literal data after verification
processCompression(InputStream, OutputStream) - Method in class org.apache.nifi.processors.pgp.io.EncodingStreamCallback
Process Compression passing Input Stream through Literal Data Output Stream
processCompression(InputStream, OutputStream) - Method in class org.apache.nifi.processors.pgp.SignContentPGP.SignedStreamCallback
Process Compression passing Input Stream through Literal Data Output Stream prepended with One-Pass Signature and followed with Signature
processDetached(InputStream, OutputStream) - Method in class org.apache.nifi.processors.pgp.SignContentPGP.DetachedStreamCallback
 
processEncoding(InputStream, OutputStream) - Method in class org.apache.nifi.processors.pgp.EncryptContentPGP.EncryptStreamCallback
Process Encoding Output Stream using Encrypted Data Generator with for subsequent processing
processEncoding(InputStream, OutputStream) - Method in class org.apache.nifi.processors.pgp.io.EncodingStreamCallback
Process Encoding passing Input Stream through Compression Output Stream
processEncoding(InputStream, OutputStream) - Method in class org.apache.nifi.processors.pgp.SignContentPGP.DetachedStreamCallback
Process Encoding writes detached signature through Compression Output Stream
processLiteralData(PGPLiteralData, OutputStream, PGPOnePassSignature) - Method in class org.apache.nifi.processors.pgp.VerifyContentPGP.VerifyStreamCallback
 
processObjectFactory(Iterator<?>, OutputStream) - Method in class org.apache.nifi.processors.pgp.VerifyContentPGP.VerifyStreamCallback
 
processOnePassSignatures(PGPOnePassSignatureList) - Method in class org.apache.nifi.processors.pgp.VerifyContentPGP.VerifyStreamCallback
 
processSignatures(PGPSignatureList, PGPOnePassSignature) - Method in class org.apache.nifi.processors.pgp.VerifyContentPGP.VerifyStreamCallback
 
processSigned(InputStream, OutputStream, PGPSignatureGenerator) - Method in class org.apache.nifi.processors.pgp.SignContentPGP.SignedStreamCallback
 
processSignedStream(InputStream, OutputStream, PGPOnePassSignature) - Method in class org.apache.nifi.processors.pgp.VerifyContentPGP.VerifyStreamCallback
 
PUBLIC_KEY_ENCRYPTION - Static variable in class org.apache.nifi.processors.pgp.DecryptContentPGP
 
PUBLIC_KEY_SEARCH - Static variable in class org.apache.nifi.processors.pgp.EncryptContentPGP
 
PUBLIC_KEY_SERVICE - Static variable in class org.apache.nifi.processors.pgp.EncryptContentPGP
 
PUBLIC_KEY_SERVICE - Static variable in class org.apache.nifi.processors.pgp.VerifyContentPGP
 
publicKeyService - Variable in class org.apache.nifi.processors.pgp.VerifyContentPGP.VerifyStreamCallback
 

R

RELATIONSHIPS - Static variable in class org.apache.nifi.processors.pgp.DecryptContentPGP
 
RELATIONSHIPS - Static variable in class org.apache.nifi.processors.pgp.EncryptContentPGP
 
RELATIONSHIPS - Static variable in class org.apache.nifi.processors.pgp.SignContentPGP
 
RELATIONSHIPS - Static variable in class org.apache.nifi.processors.pgp.VerifyContentPGP
 

S

serialVersionUID - Static variable in exception org.apache.nifi.processors.pgp.exception.PGPDecryptionException
 
serialVersionUID - Static variable in exception org.apache.nifi.processors.pgp.exception.PGPEncryptionException
 
serialVersionUID - Static variable in exception org.apache.nifi.processors.pgp.exception.PGPProcessException
 
setLiteralDataAttributes(PGPLiteralData) - Method in class org.apache.nifi.processors.pgp.VerifyContentPGP.VerifyStreamCallback
 
setOnePassSignatureAttributes(PGPOnePassSignature) - Method in class org.apache.nifi.processors.pgp.VerifyContentPGP.VerifyStreamCallback
 
setSignatureAlgorithm(int, int) - Method in class org.apache.nifi.processors.pgp.SignContentPGP.SignatureStreamCallback
 
setSignatureAlgorithm(int, int) - Method in class org.apache.nifi.processors.pgp.VerifyContentPGP.VerifyStreamCallback
 
setSignatureAttributes(PGPSignature) - Method in class org.apache.nifi.processors.pgp.SignContentPGP.SignatureStreamCallback
 
setSignatureAttributes(PGPSignature) - Method in class org.apache.nifi.processors.pgp.VerifyContentPGP.VerifyStreamCallback
 
setSymmetricKeyAlgorithmAttributes(int) - Method in class org.apache.nifi.processors.pgp.DecryptContentPGP.DecryptStreamCallback
 
SIGNATURE_ALGORITHM - Static variable in class org.apache.nifi.processors.pgp.PGPAttributeKey
 
SIGNATURE_CREATED - Static variable in class org.apache.nifi.processors.pgp.PGPAttributeKey
 
SIGNATURE_HASH_ALGORITHM_ID - Static variable in class org.apache.nifi.processors.pgp.PGPAttributeKey
 
SIGNATURE_KEY_ALGORITHM_ID - Static variable in class org.apache.nifi.processors.pgp.PGPAttributeKey
 
SIGNATURE_KEY_ID - Static variable in class org.apache.nifi.processors.pgp.PGPAttributeKey
 
SIGNATURE_TYPE_ID - Static variable in class org.apache.nifi.processors.pgp.PGPAttributeKey
 
SIGNATURE_VERSION - Static variable in class org.apache.nifi.processors.pgp.PGPAttributeKey
 
SignatureStreamCallback(FileEncoding, CompressionAlgorithm, String, HashAlgorithm, PGPPrivateKey) - Constructor for class org.apache.nifi.processors.pgp.SignContentPGP.SignatureStreamCallback
 
SignContentPGP - Class in org.apache.nifi.processors.pgp
Sign Content using Open Pretty Good Privacy Private Keys
SignContentPGP() - Constructor for class org.apache.nifi.processors.pgp.SignContentPGP
 
SignContentPGP.DetachedStreamCallback - Class in org.apache.nifi.processors.pgp
 
SignContentPGP.SignatureStreamCallback - Class in org.apache.nifi.processors.pgp
 
SignContentPGP.SignedStreamCallback - Class in org.apache.nifi.processors.pgp
 
SignedStreamCallback(FileEncoding, CompressionAlgorithm, String, HashAlgorithm, PGPPrivateKey) - Constructor for class org.apache.nifi.processors.pgp.SignContentPGP.SignedStreamCallback
 
SIGNING_STRATEGY - Static variable in class org.apache.nifi.processors.pgp.SignContentPGP
 
SigningStrategy - Enum in org.apache.nifi.processors.pgp.attributes
Pretty Good Privacy File Signing Strategy
SigningStrategy(String) - Constructor for enum org.apache.nifi.processors.pgp.attributes.SigningStrategy
 
SUCCESS - Static variable in class org.apache.nifi.processors.pgp.DecryptContentPGP
 
SUCCESS - Static variable in class org.apache.nifi.processors.pgp.EncryptContentPGP
 
SUCCESS - Static variable in class org.apache.nifi.processors.pgp.SignContentPGP
 
SUCCESS - Static variable in class org.apache.nifi.processors.pgp.VerifyContentPGP
 
SYMMETRIC_KEY_ALGORITHM - Static variable in class org.apache.nifi.processors.pgp.EncryptContentPGP
 
SYMMETRIC_KEY_ALGORITHM - Static variable in class org.apache.nifi.processors.pgp.PGPAttributeKey
 
SYMMETRIC_KEY_ALGORITHM_BLOCK_CIPHER - Static variable in class org.apache.nifi.processors.pgp.PGPAttributeKey
 
SYMMETRIC_KEY_ALGORITHM_ID - Static variable in class org.apache.nifi.processors.pgp.PGPAttributeKey
 
SYMMETRIC_KEY_ALGORITHM_KEY_SIZE - Static variable in class org.apache.nifi.processors.pgp.PGPAttributeKey
 
SymmetricKeyAlgorithm - Enum in org.apache.nifi.processors.pgp.attributes
PGP Symmetric-Key Algorithm Definitions supported for Encryption
SymmetricKeyAlgorithm(BlockCipher, int, int) - Constructor for enum org.apache.nifi.processors.pgp.attributes.SymmetricKeyAlgorithm
 

V

valueOf(String) - Static method in enum org.apache.nifi.processors.pgp.attributes.BlockCipher
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.nifi.processors.pgp.attributes.CompressionAlgorithm
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.nifi.processors.pgp.attributes.DecryptionStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.nifi.processors.pgp.attributes.FileEncoding
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.nifi.processors.pgp.attributes.HashAlgorithm
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.nifi.processors.pgp.attributes.SigningStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.nifi.processors.pgp.attributes.SymmetricKeyAlgorithm
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.nifi.processors.pgp.attributes.BlockCipher
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.nifi.processors.pgp.attributes.CompressionAlgorithm
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.nifi.processors.pgp.attributes.DecryptionStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.nifi.processors.pgp.attributes.FileEncoding
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.nifi.processors.pgp.attributes.HashAlgorithm
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.nifi.processors.pgp.attributes.SigningStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.nifi.processors.pgp.attributes.SymmetricKeyAlgorithm
Returns an array containing the constants of this enum type, in the order they are declared.
verified - Variable in class org.apache.nifi.processors.pgp.VerifyContentPGP.VerifyStreamCallback
 
VerifyContentPGP - Class in org.apache.nifi.processors.pgp
Verify Content using Open Pretty Good Privacy Public Keys
VerifyContentPGP() - Constructor for class org.apache.nifi.processors.pgp.VerifyContentPGP
 
VerifyContentPGP.VerifyStreamCallback - Class in org.apache.nifi.processors.pgp
 
VerifyStreamCallback(PGPPublicKeyService) - Constructor for class org.apache.nifi.processors.pgp.VerifyContentPGP.VerifyStreamCallback
 

W

writeSignature(PGPSignatureGenerator, OutputStream) - Method in class org.apache.nifi.processors.pgp.SignContentPGP.SignatureStreamCallback
Write Signature to Output Stream
A B C D E F G H I K L N O P R S V W 
Skip navigation links

Copyright © 2022 Apache NiFi Project. All rights reserved.