|
Bouncy Castle Cryptography 1.47 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.bouncycastle.cms.CMSPBEKey
org.bouncycastle.cms.PKCS5Scheme2PBEKey
public class PKCS5Scheme2PBEKey
PKCS5 scheme-2 - password converted to bytes assuming ASCII.
| Field Summary |
|---|
| Fields inherited from interface javax.crypto.interfaces.PBEKey |
|---|
serialVersionUID |
| Constructor Summary | |
|---|---|
PKCS5Scheme2PBEKey(char[] password,
java.security.AlgorithmParameters pbeParams)
|
|
PKCS5Scheme2PBEKey(char[] password,
byte[] salt,
int iterationCount)
|
|
| Method Summary |
|---|
| Methods inherited from class org.bouncycastle.cms.CMSPBEKey |
|---|
getAlgorithm, getEncoded, getFormat, getIterationCount, getParamSpec, getPassword, getSalt |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PKCS5Scheme2PBEKey(char[] password,
byte[] salt,
int iterationCount)
public PKCS5Scheme2PBEKey(char[] password,
java.security.AlgorithmParameters pbeParams)
throws java.security.InvalidAlgorithmParameterException
java.security.InvalidAlgorithmParameterException
|
Bouncy Castle Cryptography 1.47 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||