|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.vt.middleware.crypt.pkcs.PBES2CipherGenerator
public class PBES2CipherGenerator
Creates SymmetricAlgorithm from ASN.1 encoded data describing the
encryptionScheme value defined in PKCS#5v2.
| Constructor Summary | |
|---|---|
PBES2CipherGenerator(org.bouncycastle.asn1.DERSequence seq)
Creates a new cipher generator from DER-encoded data describing the cipher. |
|
| Method Summary | |
|---|---|
SymmetricAlgorithm |
generate()
Generates a symmetric cipher algorithm from decoded state data. |
int |
getKeySize()
Gets the key size defined for this algorithm, if any. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PBES2CipherGenerator(org.bouncycastle.asn1.DERSequence seq)
seq - DER-encoded sequence containing algorithm identifier and
parameters.| Method Detail |
|---|
public SymmetricAlgorithm generate()
public int getKeySize()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||