Bouncy Castle Cryptography Library 1.79

org.bouncycastle.openssl
Interface PEMEncryptor


public interface PEMEncryptor


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

Method Detail

getAlgorithm

public java.lang.String getAlgorithm()

getIV

public byte[] getIV()

encrypt

public byte[] encrypt(byte[] encoding)
               throws PEMException

Bouncy Castle Cryptography Library 1.79