public class

PKCS5Scheme2UTF8PBEKey

extends CMSPBEKey
java.lang.Object
   ↳ org.bouncycastle.cms.CMSPBEKey
     ↳ org.bouncycastle.cms.PKCS5Scheme2UTF8PBEKey

Class Overview

PKCS5 scheme-2 - password converted to bytes using UTF-8.

Summary

[Expand]
Inherited Constants
From interface java.security.Key
From interface javax.crypto.SecretKey
From interface javax.crypto.interfaces.PBEKey
Public Constructors
PKCS5Scheme2UTF8PBEKey(char[] password, byte[] salt, int iterationCount)
PKCS5Scheme2UTF8PBEKey(char[] password, AlgorithmParameters pbeParams)
[Expand]
Inherited Methods
From class org.bouncycastle.cms.CMSPBEKey
From class java.lang.Object
From interface java.security.Key
From interface javax.crypto.interfaces.PBEKey

Public Constructors

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

public PKCS5Scheme2UTF8PBEKey (char[] password, AlgorithmParameters pbeParams)