public interface PBE_ServiceFactory| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
createPassphraseVerifier(char[] passphrase) |
PBE_DecryptionService |
getDecryptionService(char[] passphrase, java.lang.String parameters) |
PBE_EncryptionService |
getEncryptionService(char[] passphrase) |
void |
verifyPassphrase(java.lang.String verifier, char[] passphrase) |
java.lang.String createPassphraseVerifier(char[] passphrase)
throws PBE_Exception
PBE_Exceptionvoid verifyPassphrase(java.lang.String verifier,
char[] passphrase)
throws PBE_Exception
PBE_ExceptionPBE_EncryptionService getEncryptionService(char[] passphrase) throws PBE_Exception
PBE_ExceptionPBE_DecryptionService getDecryptionService(char[] passphrase, java.lang.String parameters) throws PBE_Exception
PBE_Exception