org.bouncycastle.cms

Class PKCS5Scheme2PBEKey

Implemented Interfaces:
PBEKey

public class PKCS5Scheme2PBEKey
extends CMSPBEKey

Constructor Summary

PKCS5Scheme2PBEKey(char[] password, byte[] salt, int iterationCount)

Method Summary

Methods inherited from class org.bouncycastle.cms.CMSPBEKey

getAlgorithm, getEncoded, getFormat, getIterationCount, getPassword, getSalt

Constructor Details

PKCS5Scheme2PBEKey

public PKCS5Scheme2PBEKey(char[] password,
                          byte[] salt,
                          int iterationCount)