Class PBES1EncryptionScheme

java.lang.Object
org.cryptacular.pbe.AbstractEncryptionScheme
org.cryptacular.pbe.PBES1EncryptionScheme
All Implemented Interfaces:
EncryptionScheme

public class PBES1EncryptionScheme extends AbstractEncryptionScheme
Implements the PBES1 encryption scheme defined in PKCS#5v2.
Version:
$Revision: 2744 $
Author:
Middleware Services
  • Field Details

  • Constructor Details

    • PBES1EncryptionScheme

      public PBES1EncryptionScheme(PBES1Algorithm alg, org.bouncycastle.asn1.pkcs.PBEParameter params, char[] password)
      Creates a new instance with the given parameters.
      Parameters:
      alg - Describes hash/algorithm pair suitable for PBES1 scheme.
      params - Key generation function salt and iteration count.
      password - Password used to derive key.