BCFKSLoadStoreParameter.Builder |
BCFKSLoadStoreParameter.Builder.withCertificates(X509Certificate[] certs) |
Add a valid certificate chain where certs[0] is the end-entity matching the
private key we are using to sign the key store.
|
BCFKSLoadStoreParameter.Builder |
BCFKSLoadStoreParameter.Builder.withStoreEncryptionAlgorithm(BCFKSLoadStoreParameter.EncryptionAlgorithm encAlg) |
Configure the encryption algorithm to use for protecting the KeyStore and its keys.
|
BCFKSLoadStoreParameter.Builder |
BCFKSLoadStoreParameter.Builder.withStoreMacAlgorithm(BCFKSLoadStoreParameter.MacAlgorithm macAlg) |
Configure the MAC algorithm to use for protecting the KeyStore.
|
BCFKSLoadStoreParameter.Builder |
BCFKSLoadStoreParameter.Builder.withStorePBKDFConfig(PBKDFConfig storeConfig) |
Configure the PBKDF to use for protecting the KeyStore.
|
BCFKSLoadStoreParameter.Builder |
BCFKSLoadStoreParameter.Builder.withStoreSignatureAlgorithm(BCFKSLoadStoreParameter.SignatureAlgorithm sigAlg) |
Configure the signature algorithm to use for protecting the KeyStore.
|