Interface TrustStoreDescriptor.TrustStoreDescriptorBuilder

    • Method Detail

      • setStoreFile

        void setStoreFile​(java.io.File aStoreFile)
        Sets the File pointing to the KeyStore.
        Parameters:
        aStoreFile - The KeyStore File.
      • withStoreFile

        default TrustStoreDescriptor.TrustStoreDescriptorBuilder withStoreFile​(java.io.File aStoreFile)
        Builder for the according setter method.
        Parameters:
        aStoreFile - The KeyStore File.
        Returns:
        The builder instance as of the builder pattern.
      • setStoreType

        void setStoreType​(StoreType aStoreType)
        Sets the StoreType representing the type of the KeyStore.
        Parameters:
        aStoreType - The KeyStore's StoreType.
      • setStorePassword

        void setStorePassword​(java.lang.String aStorePassword)
        Sets the keysotre's password.
        Parameters:
        aStorePassword - The KeyStore password.
      • withStorePassword

        default TrustStoreDescriptor.TrustStoreDescriptorBuilder withStorePassword​(java.lang.String aStorePassword)
        Builder for the according setter method.
        Parameters:
        aStorePassword - The KeyStore password.
        Returns:
        The builder instance as of the builder pattern.