Uses of Class
org.bouncycastle.jcajce.BCFKSLoadStoreParameter.Builder
Packages that use BCFKSLoadStoreParameter.Builder
-
Uses of BCFKSLoadStoreParameter.Builder in org.bouncycastle.jcajce
Methods in org.bouncycastle.jcajce that return BCFKSLoadStoreParameter.BuilderModifier and TypeMethodDescriptionBCFKSLoadStoreParameter.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.withStoreEncryptionAlgorithm(BCFKSLoadStoreParameter.EncryptionAlgorithm encAlg) Configure the encryption algorithm to use for protecting the KeyStore and its keys.BCFKSLoadStoreParameter.Builder.withStoreMacAlgorithm(BCFKSLoadStoreParameter.MacAlgorithm macAlg) Configure the MAC algorithm to use for protecting the KeyStore.BCFKSLoadStoreParameter.Builder.withStorePBKDFConfig(PBKDFConfig storeConfig) Configure the PBKDF to use for protecting the KeyStore.BCFKSLoadStoreParameter.Builder.withStoreSignatureAlgorithm(BCFKSLoadStoreParameter.SignatureAlgorithm sigAlg) Configure the signature algorithm to use for protecting the KeyStore.