JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Tree
Deprecated
Index
Search
Help
Bouncy Castle Cryptography Library 1.84
org.bouncycastle.openssl
PEMEncryptor
Contents
Description
Method Summary
Method Details
getAlgorithm()
getIV()
encrypt(byte[])
Hide sidebar
Show sidebar
Interface PEMEncryptor
public interface
PEMEncryptor
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
byte[]
encrypt
(byte[] encoding)
String
getAlgorithm
()
byte[]
getIV
()
Method Details
getAlgorithm
String
getAlgorithm
()
getIV
byte[]
getIV
()
encrypt
byte[]
encrypt
(byte[] encoding)
throws
PEMException
Throws:
PEMException