Skip navigation links
A C D G I O S U 

A

AsymmetricCipher - Interface in org.xwiki.crypto.cipher
Interface on an Asymmetric Block cipher engines ready to process data for encryption and decryption.

C

Cipher - Interface in org.xwiki.crypto.cipher
Interface on a Block cipher engines ready to process data for encryption and decryption.
CipherFactory - Interface in org.xwiki.crypto.cipher
Factory creating block ciphers for encryption and decryption.
CipherSpecifications - Interface in org.xwiki.crypto.cipher
Common specifications for cipher factories.

D

doFinal() - Method in interface org.xwiki.crypto.cipher.Cipher
Finishes a multiple-part encryption or decryption operation.
doFinal(byte[]) - Method in interface org.xwiki.crypto.cipher.Cipher
Encrypts or decrypts data in a one shot operation, or finishes a multiple-part operation.
doFinal(byte[], int, int) - Method in interface org.xwiki.crypto.cipher.Cipher
Encrypts or decrypts data in a one shot operation, or finishes a multiple-part operation.

G

getAlgorithmName() - Method in interface org.xwiki.crypto.cipher.Cipher
 
getCipherAlgorithmName() - Method in interface org.xwiki.crypto.cipher.CipherSpecifications
 
getInputBlockSize() - Method in interface org.xwiki.crypto.cipher.Cipher
 
getInputStream(InputStream) - Method in interface org.xwiki.crypto.cipher.Cipher
Return a filtered input stream based on this cipher.
getInstance(boolean, CipherParameters) - Method in interface org.xwiki.crypto.cipher.CipherFactory
 
getIVSize() - Method in interface org.xwiki.crypto.cipher.CipherSpecifications
 
getKeySize() - Method in interface org.xwiki.crypto.cipher.CipherSpecifications
 
getOutputBlockSize() - Method in interface org.xwiki.crypto.cipher.Cipher
 
getOutputStream(OutputStream) - Method in interface org.xwiki.crypto.cipher.Cipher
Return a filtered output stream based on this cipher.
getSupportedKeySizes() - Method in interface org.xwiki.crypto.cipher.CipherSpecifications
 

I

isForEncryption() - Method in interface org.xwiki.crypto.cipher.Cipher
 
isSupportedKeySize(int) - Method in interface org.xwiki.crypto.cipher.CipherSpecifications
 

O

org.xwiki.crypto.cipher - package org.xwiki.crypto.cipher
 

S

SymmetricCipher - Interface in org.xwiki.crypto.cipher
Interface on an Symmetric Block cipher engines ready to process data for encryption and decryption.

U

update(byte[]) - Method in interface org.xwiki.crypto.cipher.Cipher
Continues a multiple-part encryption or decryption operation, processing another data chunk.
update(byte[], int, int) - Method in interface org.xwiki.crypto.cipher.Cipher
Continues a multiple-part encryption or decryption operation processing another data chunk.
A C D G I O S U 
Skip navigation links

Copyright © 2004–2019 XWiki. All rights reserved.