Class TrustStoreDescriptorBuilderImpl

    • Constructor Detail

      • TrustStoreDescriptorBuilderImpl

        public TrustStoreDescriptorBuilderImpl​(java.io.File aStoreFile)
        Constructs a KeyStoreDescriptor with the data required to access a keystore. The StoreType defaults to StoreType.JKS.
        Parameters:
        aStoreFile - The keystore File.
      • TrustStoreDescriptorBuilderImpl

        public TrustStoreDescriptorBuilderImpl​(java.io.File aStoreFile,
                                               StoreType aStoreType)
        Constructs a KeyStoreDescriptor with the data required to access a keystore.
        Parameters:
        aStoreFile - The keystore File.
        aStoreType - The keystore's StoreType.
      • TrustStoreDescriptorBuilderImpl

        public TrustStoreDescriptorBuilderImpl​(java.io.File aStoreFile,
                                               java.lang.String aStorePassword)
        Constructs a KeyStoreDescriptor with the data required to access a keystore.
        Parameters:
        aStoreFile - The keystore File.
        aStorePassword - The keystore password.
      • TrustStoreDescriptorBuilderImpl

        public TrustStoreDescriptorBuilderImpl​(java.io.File aStoreFile,
                                               StoreType aStoreType,
                                               java.lang.String aStorePassword)
        Constructs a KeyStoreDescriptor with the data required to access a keystore.
        Parameters:
        aStoreFile - The keystore File.
        aStoreType - The keystore's StoreType.
        aStorePassword - The keystore password.