KeyStoreBuilder |
KeyStoreBuilder.certfile(File certfile) |
Sets the file containing the certificate chain.
|
KeyStoreBuilder |
KeyStoreBuilder.certfile(String certfile) |
Sets the file containing the certificate chain.
|
KeyStoreBuilder |
KeyStoreBuilder.keyfile(File keyfile) |
Sets the file containing the private key.
|
KeyStoreBuilder |
KeyStoreBuilder.keyfile(String keyfile) |
Sets the file containing the private key.
|
KeyStoreBuilder |
KeyStoreBuilder.keypass(String keypass) |
Sets the password to access the private key.
|
KeyStoreBuilder |
KeyStoreBuilder.keystore(File keystore) |
Sets the file containing the keystore.
|
KeyStoreBuilder |
KeyStoreBuilder.keystore(String keystore) |
Sets the name of the resource containing the keystore.
|
KeyStoreBuilder |
KeyStoreBuilder.storepass(String storepass) |
Sets the password to access the keystore.
|
KeyStoreBuilder |
KeyStoreBuilder.storetype(String storetype) |
Sets the type of the keystore.
|
KeyStoreBuilder |
KeyStoreBuilder.storetype(KeyStoreType storetype) |
Sets the type of the keystore.
|