Class KeyStoreDescriptorImpl

    • Constructor Detail

      • KeyStoreDescriptorImpl

        public KeyStoreDescriptorImpl​(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.
      • KeyStoreDescriptorImpl

        public KeyStoreDescriptorImpl​(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.
      • KeyStoreDescriptorImpl

        public KeyStoreDescriptorImpl​(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.
      • KeyStoreDescriptorImpl

        public KeyStoreDescriptorImpl​(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.
      • KeyStoreDescriptorImpl

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

        public KeyStoreDescriptorImpl​(java.io.File aStoreFile,
                                      StoreType aStoreType,
                                      java.lang.String aStorePassword,
                                      java.lang.String aKeyPassword)
        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.
        aKeyPassword - The key password.