Uses of Class
org.owasp.esapi.crypto.CipherSpec

Packages that use CipherSpec
org.owasp.esapi.crypto This package contains ESAPI cryptography-related classes used throughout ESAPI. 
 

Uses of CipherSpec in org.owasp.esapi.crypto
 

Methods in org.owasp.esapi.crypto that return CipherSpec
 CipherSpec CipherSpec.setBlockSize(int blockSize)
          Set the block size for this CipherSpec.
 CipherSpec CipherSpec.setCipherTransformation(String cipherXform)
          Set the cipher transformation for this CipherSpec.
 CipherSpec CipherSpec.setIV(byte[] iv)
          Set the initialization vector (IV).
 CipherSpec CipherSpec.setKeySize(int keySize)
          Set the key size for this CipherSpec.
 

Constructors in org.owasp.esapi.crypto with parameters of type CipherSpec
CipherText(CipherSpec cipherSpec)
          Construct from a CipherSpec object.
CipherText(CipherSpec cipherSpec, byte[] cipherText)
          Construct from a CipherSpec object and the raw ciphertext.
 



Copyright © 2013 The Open Web Application Security Project (OWASP). All Rights Reserved.