Bouncy Castle Cryptography Library 1.79

org.bouncycastle.openpgp.operator.bc
Class BcAEADSecretKeyEncryptorBuilder

java.lang.Object
  |
  +--org.bouncycastle.openpgp.operator.bc.BcAEADSecretKeyEncryptorBuilder

public class BcAEADSecretKeyEncryptorBuilder
extends java.lang.Object


Constructor Summary
BcAEADSecretKeyEncryptorBuilder(int aeadAlgorithm, int symmetricAlgorithm, S2K.Argon2Params argon2Params)
           
 
Method Summary
 PBESecretKeyEncryptor build(char[] passphrase, PublicKeyPacket pubKey)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BcAEADSecretKeyEncryptorBuilder

public BcAEADSecretKeyEncryptorBuilder(int aeadAlgorithm,
                                       int symmetricAlgorithm,
                                       S2K.Argon2Params argon2Params)
Method Detail

build

public PBESecretKeyEncryptor build(char[] passphrase,
                                   PublicKeyPacket pubKey)

Bouncy Castle Cryptography Library 1.79