@Service(name="Security SSL Password Provider Service") @Singleton public class MasterPasswordImpl extends Object implements MasterPassword
Constructor and Description |
---|
MasterPasswordImpl() |
Modifier and Type | Method and Description |
---|---|
char[] |
getMasterPassword() |
PasswordAdapter |
getMasterPasswordAdapter()
Create and return PasswordAdapter using the master password.
|
public PasswordAdapter getMasterPasswordAdapter() throws CertificateException, IOException, KeyStoreException, NoSuchAlgorithmException
MasterPassword
getMasterPasswordAdapter
in interface MasterPassword
CertificateException
IOException
KeyStoreException
NoSuchAlgorithmException
public char[] getMasterPassword()
Copyright © 2020. All rights reserved.