C D E O S 

C

create() - Method in interface org.cryptomator.siv.SivMode.BlockCipherFactory
 

D

decrypt(SecretKey, SecretKey, byte[], byte[]...) - Method in class org.cryptomator.siv.SivMode
Convenience method, if you are using the javax.crypto API.
decrypt(byte[], byte[], byte[], byte[]...) - Method in class org.cryptomator.siv.SivMode
Decrypts ciphertext using SIV mode.

E

encrypt(SecretKey, SecretKey, byte[], byte[]...) - Method in class org.cryptomator.siv.SivMode
Convenience method, if you are using the javax.crypto API.
encrypt(byte[], byte[], byte[], byte[]...) - Method in class org.cryptomator.siv.SivMode
Encrypts plaintext using SIV mode.

O

org.cryptomator.siv - package org.cryptomator.siv
 

S

SivMode - Class in org.cryptomator.siv
Implements the RFC 5297 SIV mode.
SivMode() - Constructor for class org.cryptomator.siv.SivMode
Creates an AES-SIV instance using JCE's cipher implementation, which should normally be the best choice.
For embedded systems, you might want to consider using SivMode.SivMode(BlockCipherFactory) with AESLightEngine instead.
SivMode(SivMode.BlockCipherFactory) - Constructor for class org.cryptomator.siv.SivMode
Creates an instance using a specific Blockcipher.get().
SivMode.BlockCipherFactory - Interface in org.cryptomator.siv
Creates BlockCiphers.
C D E O S 

Copyright © 2016. All rights reserved.