public interface PEMEncryptor
Modifier and Type | Method | Description |
---|---|---|
byte[] |
encrypt(byte[] encoding) |
|
java.lang.String |
getAlgorithm() |
|
byte[] |
getIV() |
java.lang.String getAlgorithm()
byte[] getIV()
byte[] encrypt(byte[] encoding) throws PEMException
PEMException