Bouncy Castle Cryptography Library 1.47

org.bouncycastle.openpgp.operator
Interface PGPDataEncryptorBuilder

All Known Implementing Classes:
BcPGPDataEncryptorBuilder, JcePGPDataEncryptorBuilder

public interface PGPDataEncryptorBuilder


Method Summary
 PGPDataEncryptor build(byte[] keyBytes)
           
 int getAlgorithm()
           
 java.security.SecureRandom getSecureRandom()
           
 

Method Detail

getAlgorithm

int getAlgorithm()

build

PGPDataEncryptor build(byte[] keyBytes)
                       throws PGPException
Throws:
PGPException

getSecureRandom

java.security.SecureRandom getSecureRandom()

Bouncy Castle Cryptography Library 1.47