Package org.bouncycastle.openssl
Interface PEMEncryptor
- 
public interface PEMEncryptor 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description byte[]encrypt(byte[] encoding)java.lang.StringgetAlgorithm()byte[]getIV() 
 - 
 
- 
- 
Method Detail
- 
getAlgorithm
java.lang.String getAlgorithm()
 
- 
getIV
byte[] getIV()
 
- 
encrypt
byte[] encrypt(byte[] encoding) throws PEMException- Throws:
 PEMException
 
 - 
 
 -