
Static Public Member Functions | |
| static void | main (String[] args) throws KeyStoreException, NoSuchAlgorithmException, UnrecoverableKeyException, CertificateException, FileNotFoundException, IOException |
Protected Member Functions | |
| Key | secretBlowfishKey () throws NoSuchAlgorithmException, KeyStoreException, UnrecoverableKeyException, CertificateException, IOException |
Static Private Member Functions | |
| static final String | defaultKeyStorePath () |
Static Private Attributes | |
| static final String | DEFAULT_KEY_ALIAS = "er.extensions.ERXBlowfishCipherKey" |
| static final String | DEFAULT_KEY_PASSWORD = "er.extensions.ERXBlowfishCipherKey" |
| static final String | DEFAULT_KEYSTORE_PASSWORD = "er.extensions.ERXBlowfishCipherKey" |
| static final String | KEYSTORE_TYPE = "JCEKS" |
| static final String defaultKeyStorePath | ( | ) | [static, private] |
| static void main | ( | String[] | args | ) | throws KeyStoreException, NoSuchAlgorithmException, UnrecoverableKeyException, CertificateException, FileNotFoundException, IOException [static] |
| Key secretBlowfishKey | ( | ) | throws NoSuchAlgorithmException, KeyStoreException, UnrecoverableKeyException, CertificateException, IOException [protected, virtual] |
Returns the secret key to use for this cipher.
Implements ERXAbstractBlowfishCrypter.
final String DEFAULT_KEY_ALIAS = "er.extensions.ERXBlowfishCipherKey" [static, private] |
final String DEFAULT_KEY_PASSWORD = "er.extensions.ERXBlowfishCipherKey" [static, private] |
final String DEFAULT_KEYSTORE_PASSWORD = "er.extensions.ERXBlowfishCipherKey" [static, private] |
final String KEYSTORE_TYPE = "JCEKS" [static, private] |
1.5.8