Uses of Class
org.apache.commons.ssl.DerivedKey

Packages that use DerivedKey
org.apache.commons.ssl   
 

Uses of DerivedKey in org.apache.commons.ssl
 

Methods in org.apache.commons.ssl that return DerivedKey
static DerivedKey PKCS8Key.deriveKeyV1(byte[] password, byte[] salt, int iterations, int keySizeInBits, int ivSizeInBits, java.security.MessageDigest md)
           
static DerivedKey PKCS8Key.deriveKeyPKCS12(char[] password, byte[] salt, int iterations, int keySizeInBits, int ivSizeInBits, java.security.MessageDigest md)
           
static DerivedKey PKCS8Key.deriveKeyV2(byte[] password, byte[] salt, int iterations, int keySizeInBits, int ivSizeInBits, javax.crypto.Mac mac)
           
static DerivedKey OpenSSL.deriveKey(char[] password, byte[] salt, int keySize, boolean des2)
           
static DerivedKey OpenSSL.deriveKey(char[] password, byte[] salt, int keySize, int ivSize, boolean des2)
           
 

Methods in org.apache.commons.ssl with parameters of type DerivedKey
static javax.crypto.Cipher PKCS8Key.generateCipher(java.lang.String cipher, java.lang.String mode, DerivedKey dk, boolean des2, byte[] iv, boolean decryptMode)
           
static PKCS8Key.DecryptResult PKCS8Key.decrypt(java.lang.String cipher, java.lang.String mode, DerivedKey dk, boolean des2, byte[] iv, byte[] encryptedBytes)
           
 



Copyright © 2011. All Rights Reserved.