Class CertificateCredentialsImpl.UploadedKeyStoreSource

    • Constructor Detail

      • UploadedKeyStoreSource

        @Deprecated
        public UploadedKeyStoreSource​(String uploadedKeystore)
        Deprecated.
        Our constructor.
        Parameters:
        uploadedKeystore - the keystore content.
      • UploadedKeyStoreSource

        @Deprecated
        public UploadedKeyStoreSource​(@CheckForNull
                                      SecretBytes uploadedKeystore)
        Deprecated.
        Our constructor.
        Parameters:
        uploadedKeystore - the keystore content.
      • UploadedKeyStoreSource

        @DataBoundConstructor
        public UploadedKeyStoreSource​(org.apache.commons.fileupload.FileItem uploadedCertFile,
                                      @CheckForNull
                                      SecretBytes uploadedKeystore)
        Constructor able to receive file directly
        Parameters:
        uploadedCertFile - the keystore content from the file upload
        uploadedKeystore - the keystore encrypted data, in case the file is not uploaded (e.g. update of the password / description)