Bouncy Castle Cryptography Library 1.49

org.bouncycastle.openssl
Interface PEMEncryptor


public interface PEMEncryptor


Method Summary
 byte[] encrypt(byte[] encoding)
           
 java.lang.String getAlgorithm()
           
 byte[] getIV()
           
 

Method Detail

getAlgorithm

java.lang.String getAlgorithm()

getIV

byte[] getIV()

encrypt

byte[] encrypt(byte[] encoding)
               throws PEMException
Throws:
PEMException

Bouncy Castle Cryptography Library 1.49