Uses of Class
com.exceptionfactory.jagged.framework.crypto.CipherKey
Packages that use CipherKey
Package
Description
-
Uses of CipherKey in com.exceptionfactory.jagged.framework.crypto
Methods in com.exceptionfactory.jagged.framework.crypto that return CipherKeyModifier and TypeMethodDescriptionPayloadKeyProducer.getPayloadKey(FileKey fileKey, PayloadNonceKey payloadNonceKey) Get Payload KeyMethods in com.exceptionfactory.jagged.framework.crypto with parameters of type CipherKeyModifier and TypeMethodDescriptionFileKeyEncryptor.getEncryptedFileKey(FileKey fileKey, CipherKey cipherKey) Get Encrypted File Key from File KeyFileKeyDecryptor.getFileKey(EncryptedFileKey encryptedFileKey, CipherKey cipherKey) Get File Key from Encrypted File KeyByteBufferCipherFactory.newByteBufferDecryptor(CipherKey cipherKey, IvParameterSpec parameterSpec) Create new instance of Byte Buffer Decryptor using provided Key and Initialization VectorStandardByteBufferCipherFactory.newByteBufferDecryptor(CipherKey cipherKey, IvParameterSpec parameterSpec) Create new instance of Byte Buffer Decryptor using provided Key and Initialization VectorByteBufferCipherFactory.newByteBufferEncryptor(CipherKey cipherKey, IvParameterSpec parameterSpec) Create new instance of Byte Buffer Encryptor using provided Key and Initialization VectorStandardByteBufferCipherFactory.newByteBufferEncryptor(CipherKey cipherKey, IvParameterSpec parameterSpec) Create new instance of Byte Buffer Encryptor using provided Key and Initialization Vector -
Uses of CipherKey in com.exceptionfactory.jagged.framework.format
Methods in com.exceptionfactory.jagged.framework.format that return CipherKeyModifier and TypeMethodDescriptionPayloadKeyReader.getPayloadKey(ByteBuffer buffer, Iterable<RecipientStanzaReader> recipientStanzaReaders) Get Payload Key from File Header buffer using provided Recipient Stanza Readers to read File KeyStandardPayloadKeyReader.getPayloadKey(ByteBuffer buffer, Iterable<RecipientStanzaReader> recipientStanzaReaders) Get Payload Key from File Header buffer using provided Recipient Stanza Readers to read File KeyPayloadKeyWriter.writeFileHeader(ByteBuffer buffer, Iterable<RecipientStanzaWriter> recipientStanzaWriters) Write File Header to buffer after generating a File Key and return derived Payload KeyStandardPayloadKeyWriter.writeFileHeader(ByteBuffer buffer, Iterable<RecipientStanzaWriter> recipientStanzaWriters) Write File Header to buffer after generating a File Key and return derived Payload Key